PureBytes Links
Trading Reference Links
|
Try this:
((HIGH-LOW) + Ref( HIGH-LOW, -1 ) + Ref(HIGH-LOW, -2) + Ref(HIGH-LOW, -3) +
Ref(HIGH-LOW, -4) + Ref(HIGH-LOW, -5) + Ref(HIGH-LOW, -6) + Ref(HIGH-LOW, -7) +
Ref(HIGH-LOW, -8) + Ref(HIGH-LOW, -9))/10
What do you plan to do with this?
De Vries, Trevor wrote:
> R'ters
>
> I would like to plot an indicater that tells me the average volitility over
> the last 10 x bars on a barchart:
>
> ie. High - Low over the last 10 x Bars / 10 to give me the average point
> size between High & Low.
>
> Can anyone help with the formula to do so?
>
> Regards
>
> Trevor De Vries
|