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 DannyP96, 05-18-2026, 02:38 PM
|
1 response
23 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
115 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
223 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
406 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|

Comment