Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Yellow color on enabled strategy

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

    Yellow color on enabled strategy

    Hi NT friends,

    I enabled the same strategy on $ pairs and some of them showed yellow color. Log file shows no error message at all. Attached screen shots.

    Any idea what is going on?
    Attached Files

    #2
    Hi Binwang2,

    Thank you for posting.

    The yellow indicates that the strategy is waiting to become flat before making any further trades.
    When this occurs on start up of a strategy, this usually means that a historical order is still open to the strategy.

    You can avoid this by one of two possibilities.

    Using Account Sync as a true for the strategy parameters which sync your accounts position with the strategy. However, if you have multiple strategies running on the same account, I would not recommend this as it will cause confusion with the other strategies.

    The second is to use if(Historical) return; in the beginning of your strategy in OnBarUpdate().
    This will tell the strategy to ignore historical data and trades.

    http://www.ninjatrader.com/support/h...historical.htm
    http://www.ninjatrader.com/support/h..._account_p.htm

    Let me know if I can be of further assistance
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      The if (historical) return works. Thanks a lot.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      666 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      376 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      110 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      575 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      580 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X