Page 1 of 1

Angle MA oscillator

PostPosted: Sat Mar 30, 2019 11:05 am
by Alexander.Gettinger
Formulas:
AngleMA[i] = ArcTan(tang[i])*VisualFactor, where
ArcTan - arc tangent,
tang[i] = incr[i]/Coeff,
incr[i] = MA(i)-MA(i-Coeff).

Angle_MAs.PNG


Download:
Angle_MAs_JS.jsl
(4.18 KiB) Downloaded 383 times


For this indicator must be installed Averages indicator (viewtopic.php?f=17&t=2430).