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

    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:

        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.

            Comment


              #7
              Bertrand, you are the best :-)

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Mindset, 04-21-2026, 06:46 AM
              0 responses
              107 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by M4ndoo, 04-20-2026, 05:21 PM
              0 responses
              154 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Started by M4ndoo, 04-19-2026, 05:54 PM
              0 responses
              72 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Started by cmoran13, 04-16-2026, 01:02 PM
              0 responses
              125 views
              0 likes
              Last Post cmoran13  
              Started by PaulMohn, 04-10-2026, 11:11 AM
              0 responses
              79 views
              0 likes
              Last Post PaulMohn  
              Working...
              X