Thank you!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
What does this code do?
Collapse
X
-
What does this code do?
Hi - I'm wondering what does the code in the screenshot do? I have 2 more additonal data series. It's generated by the builder. I'm not sure if they need to be changed or not.
Thank you!
1 PhotoTags: None
-
Hello HiddenPhilosopher,
This code will prevent the code from continuing if the primary series is not processing if there are multiple series added to a script, and will prevent the code from continuing if the first series (the primary series BarsInProgress 0) or the third series (BarsInProgress 2) do not have at least one bar to process in OnBarUpdate().
Chelsea B.NinjaTrader Customer Service
-
My primary series is 1 minute, and I added 30 minute additional data series. My strategy uses 200 EMA on 30 minute bar data. Apparently, to calculate 200 EMA, it needs to have 200 30 minute historical bars when strategy is started. How should I set properly to make it work? Please help me understand it. Thank you!Originally posted by NinjaTrader_ChelseaB View PostHello HiddenPhilosopher,
This code will prevent the code from continuing if the primary series is not processing if there are multiple series added to a script, and will prevent the code from continuing if the first series (the primary series BarsInProgress 0) or the third series (BarsInProgress 2) do not have at least one bar to process in OnBarUpdate().
https://ninjatrader.com/support/help...inprogress.htm
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
52 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
29 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
194 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
355 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
274 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment