Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy Code executing Twice on Each Tick
Collapse
X
-
Strategy Code executing Twice on Each Tick
I have a strategy which runs on OnEachTick with 3 Line Break 1 Minute Data Series. For every Tick, strategy is executing twice, first on Close Price when the Bar was created and then the Current Bar Close Price. Has anyone seen this issue? Any one knows how to fix this issue? Thanks.
Tags: None
-
Hello yasirbashir1000,
Is the Line Break the primary chart series, or was this added with AddDataSeries()?
Do you have any data series added internally with AddDataSeries() that would also be updating OnBarUpdate() with Calculate.OnEachTick in addition to the primary series?Chelsea B.NinjaTrader Customer Service
-
Yes, I added a secondary chart earlier during testing and removed it. It seems like NinjaTrader windows process was still running and somehow still had the old strategy loaded. I rebooted the server and issue was resolved. Thanks for your help.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
66 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment