Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Complex strategy calculation time delay, background calculation help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NinjaTrader_ChelseaB
    replied
    Hello Sonyari,

    Welcome to the NinjaTrader forums!

    In NinjaScript Strategy you can do calculations after any number of bars have past by adding a condition that checks for CurrentBar to be greater than a value.

    Below is a link to the help guide.



    Having a strategy delay processing would not be supported. But doing your own custom calculations after a specific time or amount of bars can be accomplished with a condition in OnBarUpdate.

    Leave a comment:


  • Complex strategy calculation time delay, background calculation help

    Hello everyone,
    I have developed a complex machine learning strategy that takes a long time to calculate and load. Was wondering if there is any way that I can delay the calculations on strategy side so on trading side when next bar loads it would trade on previous strategy results then the machine learning strategy would start its calculations?
    Structure of the program is such that each node is a strategy, then best results from each node would go to one main strategy, and then the main strategy would get linked to the trading program side.
    From my calculations if I just link everything the normal way calculations would take about 20+ minutes. If I’m trading a 1 minute chart that would not work but if there was a delay mechanism then the machine has already learned so I can trade on what machine has already learned and new calculations would get done in the background and new changes takes affect after the calculations are done.
    Any help or suggestion would be appreciated.

Latest Posts

Collapse

Topics Statistics Last Post
Started by judysamnt7, 03-13-2023, 09:11 AM
4 responses
57 views
0 likes
Last Post DynamicTest  
Started by ScottWalsh, Today, 06:52 PM
4 responses
35 views
0 likes
Last Post ScottWalsh  
Started by olisav57, Today, 07:39 PM
0 responses
7 views
0 likes
Last Post olisav57  
Started by trilliantrader, Today, 03:01 PM
2 responses
19 views
0 likes
Last Post helpwanted  
Started by cre8able, Today, 07:24 PM
0 responses
9 views
0 likes
Last Post cre8able  
Working...
X