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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
92 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
51 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
23 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
34 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
34 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment