Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How Calculate.OnPriceChange works
Collapse
X
-
How Calculate.OnPriceChange works
When using the OnPriceChange mode, does Close[0] represent the current price and Open[0] represent the price of the open bar? Any clarification of this mode will be appreciated. -
Hello Lumbeezl,
Thanks for your post.
When using Calculate.OnBarClose, a barsAgo reference of 0 will represent the bar that had just closed. When using Calculate.OnEachTick or Calculate.OnPriceChange, a barsAgo reference of 0 will represent the developing bar. Close[0] will represent the current price and Open[0] would represent the Open of that developing bar.
You can simulate Calculate.OnBarClose behavior by using a barsAgo reference under IsFirstTickOfBar.
More information on barsAgo indexing, Calculate, and IsFirstTickOfBar is linked below.
Working with Price Series - https://ninjatrader.com/support/help...ice_series.htm
Calculate - https://ninjatrader.com/support/help.../calculate.htm
IsFirstTickOfBar - https://ninjatrader.com/support/help...ttickofbar.htm
Please let us know if you have any additional questions.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
163 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
82 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
125 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
206 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
185 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment