Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Yellow highlight over strategy name
Collapse
X
-
Hello brucelevy,
Thanks for your post.
With reference to the helpguide, "Yellow highlighted "Strategy" cell indicates the strategy is waiting until it reaches a flat position to be in sync with the account position before fully starting. " Reference Link: https://ninjatrader.com/support/help...egies_tab2.htm
Basically, it is saying that the strategy made a historical trade entry just before going live and it is currently in a historical trade, once the trade completes according to your strategy logic, then the strategy status would turn green and be ready for live trades.
You can review other sync options here: https://ninjatrader.com/support/help..._positions.htm (short video of these here: https://www.youtube.com/watch?v=US9c...A14C398CA140D7 )
If you wish to bypass this, in the OnBarUpdate() of your code, you can add if (Historical) return; and no historical trades or code logic will be processed until live data. Reference: https://ninjatrader.com/support/help...historical.htm
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
47 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
22 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
15 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
21 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment