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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
559 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
546 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment