Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Text and marker labels
Collapse
X
-
Text and marker labels
So when I load my strategy built in the strategy buildwr it always loads text and marker for trade history that didn’t really happen. It’s like it’s trying to show me what trades it would have taken and it’s not even accurate. I want to see only the real trades it has taken. Is there anyway to do that in the strategy builder?Tags: None
-
Hi Shiner452, thanks for posting.
You must unlock the strategy to ignore the historical orders. e.g.
If you want the account to sync up to the strategy position, change the Startup behavior to "Wait Until Flat, Synchronize account" or "Immediately Submit, Syncronize account".Code:OnBarUpdate() { if(State == State.Historical) return;
Further details here: https://ninjatrader.com/support/help..._positions.htm
Kind regards,
-ChrisLLast edited by NinjaTrader_ChrisL; 10-08-2021, 08:51 AM.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
54 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
72 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
44 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment