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 NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
81 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
149 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
79 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
52 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
59 views
0 likes
|
Last Post
|

Comment