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

Comment