How I will know open/close time for some range bar?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Range bar time
Collapse
X
-
Hello ren37,
Thank you for your post,
Individual range bars are created when the tick value is breached, at which point a new bar begins. See the below section of our help guide for more on bar types.
https://ninjatrader.com/support/help...?bar_types.htm
As a note, you can use the Data Box or Mini Data Box to view details on your chart with your mouse. The data box can be enabled from the chart tool bar or by holding down the middle mouse, or scroll wheel button when hovering your mouse over the price data.
https://ninjatrader.com/support/help.../?data_box.htm
-
Hello Ren, and thank you for your question. I would definitely recommend using the Time DataSeries documented here,
If, for instance, you wanted to know the open and close times 5 bars ago,
Please let us know if there are any other ways we can help.Code:DateTime openTime = Time[6]; DateTime closeTime = Time[5];
Last edited by NinjaTrader_JessicaP; 09-22-2016, 01:38 PM.Jessica P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
81 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
46 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
||
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
169 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
101 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
175 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|

Comment