Page 1 of 1

ATR with volume

PostPosted: Sat Mar 30, 2019 11:07 am
by Alexander.Gettinger
Formulas:
ATR with Volume=Average(TR[i]*Volume[i]), where
TR - true range, TR[i]=Max(High[i]-Low[i], High[i]-Close[i-1], Close[i-1]-Low[i]).

ATR_with_Volume.PNG


Download:
ATR_with_Volume_JS.jsl
(2.69 KiB) Downloaded 424 times