Page 1 of 1

Advanced Get Oscillator

PostPosted: Sat Mar 30, 2019 11:01 am
by Alexander.Gettinger
Formulas:
Histogram=MVA(FastPeriod)-MVA(SlowPeriod),
if Histogram>=0: UpLine[i]=Histogram[i]*Coeff+UpLine[i-1]*(1-Coeff), DnLine[i]=DnLine[i-1],
if Histogram<0: UpLine[i]=UpLine[i-1], DnLine[i]=Histogram[i]*Coeff+DnLine[i-1]*(1-Coeff), where
Coeff=2/39.

Advanced_Get_Oscillator.PNG


Download:
Advanced_Get_Oscillator_JS.jsl
(3.24 KiB) Downloaded 392 times