I am confused. i add a data series by AddDataSeries method in the constructor of strategy. i set the period to 150 tick, when i run the strategy in a new chart, i set the interval to 5 minutes. now i want to know when Onbarupdate method is called? every 5 minutes or every 150 ticks?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
OnBarUpdate Confuse
Collapse
X
-
OnBarUpdate Confuse
Hi
I am confused. i add a data series by AddDataSeries method in the constructor of strategy. i set the period to 150 tick, when i run the strategy in a new chart, i set the interval to 5 minutes. now i want to know when Onbarupdate method is called? every 5 minutes or every 150 ticks?Tags: None
-
Hello amiralimadadi,
Both data series will call OnBarUpdate() as each series is updated based on your Calculate setting.
To help see this, on the OnBarUpdate section you can add this print statement:
Print ("OnBarUpdate called by: "+BarsInProgress). BarsInProgress 0 will be the 5 minute bars and BarsInProgress 1 will be the 150 tick bars.
Reference: https://ninjatrader.com/support/help...inprogress.htm
Please review the multi time frame section of the helpguide as there are a number of concepts you will want to review to best help you work in this environment: Reference: https://ninjatrader.com/support/help...nstruments.htm
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
56 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
132 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
73 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment