dealing with multiple scales
Created at 16 Oct 2020, 02:50
AN
dealing with multiple scales
16 Oct 2020, 02:50
Hi.
I have created an indicator that has the tick volume, and simple moving average of the tick volume and ATR on the one indicator layered on top of each other.
The problem is that the ATR has a result much smaller than the tick volumes. Therefore the ATR is too small to be useful. It is just a line at the base of the tick volume bars.
How to make the ATR take up the full space of the indicator panel?
Thanks in advance.
Adrian
firemyst
18 Oct 2020, 17:45
Easiest way is to multiply the ATR value by a fixed value, such as 100 or 1000 so its values are around the same as the tick volumes.
@firemyst