I'm wondering if it will be executed for every bar of all time frames of the strategy or only by the default one
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
BarsInProgress not especified
Collapse
X
-
BarsInProgress not especified
I'm using a strategy with several time frames. If, in OnBarUpdate, I put a piece of code without specifying a BarsInProgress conditional, on what time frame will this piece of code be executed?
I'm wondering if it will be executed for every bar of all time frames of the strategy or only by the default one -
If you don't filter, all BarsInProgress OnBarUpdate() calls would call this code of course.Last edited by NinjaTrader_Bertrand; 03-30-2012, 07:48 AM.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
93 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
31 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
34 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
69 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment