I found an ATR text indicator, just not sure how to set the period to minutes instead of days
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Previous candle high and low marked in numbers
Collapse
X
-
SteveAU,
You would need to set that with the input series to the indicator, or hard code the indacator to use days. If you want to go the hard code route you would need to use the ATR() overload that includes an IDataSeries input.
ATR() -- https://ninjatrader.com/support/help..._range_atr.htmCode:ATR(IDataSeries input, int period)
You would also need to add the daily series to the script using Add() -- https://ninjatrader.com/support/help.../nt7/?add3.htm
Finally, you would use BarsArray as the IDataSeries input to ATR()-- https://ninjatrader.com/support/help...?barsarray.htmJosh G.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
160 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
308 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
349 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment