Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Absolute ATR
Collapse
X
-
Absolute ATR
Can anyone point me to an indicator for an Absolute Average True Range Indicator? I want to use the ATR to identify sideways trending markets, but the ATR seems to be based upon the instrument price, rather than an absolute value I can use in a strategy across different instruments. For example, in Thinkorswim, the ATR indicator is an absolute number between .1 and .3. Or, in the alternative, another filter to identify sideways trending markets would be helpful. Thanks.Tags: None
-
You want a complete indicator, or you want the information to code it?Originally posted by thebluescout View PostCan anyone point me to an indicator for an Absolute Average True Range Indicator? I want to use the ATR to identify sideways trending markets, but the ATR seems to be based upon the instrument price, rather than an absolute value I can use in a strategy across different instruments. For example, in Thinkorswim, the ATR indicator is an absolute number between .1 and .3. Or, in the alternative, another filter to identify sideways trending markets would be helpful. Thanks.
-
Could you please elaborate? I am sure that TOS uses the same ATR as NinjaTrader. The ATR is always positive. The values plotted depend on instrument and selected timeframe. If you wish to display it in a different fashion, here are your options:Originally posted by thebluescout View PostCan anyone point me to an indicator for an Absolute Average True Range Indicator? I want to use the ATR to identify sideways trending markets, but the ATR seems to be based upon the instrument price, rather than an absolute value I can use in a strategy across different instruments. For example, in Thinkorswim, the ATR indicator is an absolute number between .1 and .3. Or, in the alternative, another filter to identify sideways trending markets would be helpful. Thanks.
(1) You could simply divided the ATR by the TickSize. The indicator will then display the ATR in ticks and not in points.
(2) Alternatively you could normalize the indicator (there are different methods available). This would transfer the ATR into a bounded indicator that plots on a scale from 0 and 1, or 0 and 100.
Comment
-
Harry:
That's what I want to do, I want to normalize the indicator so it plots of some type of scale. How would I do that?
Thanks.
Comment
-
Add an oscillator to your chart and select ATR as input series. Below is a sample chart, where I have applied a RSI and then a ZScore indicator to the ATR.Originally posted by thebluescout View PostHarry:
That's what I want to do, I want to normalize the indicator so it plots of some type of scale. How would I do that?
Thanks.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
181 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
334 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
258 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
358 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
187 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment