Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy remains yellow after 15 mins?

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

    Strategy remains yellow after 15 mins?

    What have I done wrong?

    Somtimes it starts instantly and turns green in seconds, sometimes remains yellow for 15 mins or for a half of an hour... how can I fix this?

    #2
    Hi greed999, it depends if there's a historical strategy position it waits to get flat from or not - here are all the states explained - http://www.ninjatrader.com/support/h...egies_tab2.htm
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Well, actually I don't use any historical data... It doesn't allow me to set 'days to load' parameter to 0... Does it mean that strategy has to load one day? 'min bars required' is set to 0 also... Can I avoid the delay?

      Comment


        #4
        If you do not want to deal with historical calcs on OnBarUpdate() calls you could simply call OnBarUpdate() only for realtime data going forward, here's how:

        BertrandNinjaTrader Customer Service

        Comment


          #5
          And thats all? In order to prevent script from hanging during startup I just need to add

          if (Historical) return;

          into OnBarUpdate() procedure before my main code?

          Comment


            #6
            Correct, you would then see no historical position or backtesting, just a strategy that will process logic after the first realtime bar is seen.
            BertrandNinjaTrader Customer Service

            Comment


              #7
              Bertrand, you are the best :-)

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by CortexZenUSA, Today, 12:53 AM
              0 responses
              1 view
              0 likes
              Last Post CortexZenUSA  
              Started by CortexZenUSA, Today, 12:46 AM
              0 responses
              1 view
              0 likes
              Last Post CortexZenUSA  
              Started by usazencortex, Today, 12:43 AM
              0 responses
              5 views
              0 likes
              Last Post usazencortex  
              Started by sidlercom80, 10-28-2023, 08:49 AM
              168 responses
              2,265 views
              0 likes
              Last Post sidlercom80  
              Started by Barry Milan, Yesterday, 10:35 PM
              3 responses
              12 views
              0 likes
              Last Post NinjaTrader_Manfred  
              Working...
              X