Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Disable historical order execution
Collapse
X
-
Hello Uregon,
Thank you for posting.
To clarify are you referring the order executions displayed within the chart panel? If so to remove this information right click in your chart->Data Series->Select "Do no plot" from the Plot executions drop down menu then click Ok.
Let me know if I may be of further assistance.
Christopher J.NinjaTrader Customer Service
-
Hello Uregon,
I've moved this thread from the NinjaTrader 7 > Platform Technical Support section of the forums to the NinjaTrader 7 > Strategy Development section of the forums as this pertains to strategy development on NinjaTrader 7.
To prevent historical trades with NinjaTrader 7 add to the top of the OnBarUpdate() action block:
if (Historical)
return;
Below is a link to the help guide.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
576 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment