Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
CalculateOnBarClose
Collapse
X
-
CalculateOnBarClose
In my strategy, there are things I need to calculate every tick and also things I need to do only on bar close. If I set CalculateOnBarClose = false so that OnBarUpdate( ) will be called every tick then how can I determine the bar close condition?Tags: None
-
Originally posted by kojava View PostIn my strategy, there are things I need to calculate every tick and also things I need to do only on bar close. If I set CalculateOnBarClose = false so that OnBarUpdate( ) will be called every tick then how can I determine the bar close condition?Code:if (FirstTickOfBar) { // handle stuff on the last bar, ie, Close[1], High[1], or whatever, but on bar index 1 }
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
77 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
45 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
27 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
62 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment