Page 1 of 1

Breakdown Oscillator

PostPosted: Sat Mar 30, 2019 3:20 pm
by Alexander.Gettinger
Formula:
Breakdown = 100*EMA/Bottom, where
EMA = EMA(Difference) with [Short_Length] number of periods,
Difference[i] = Price[i]-Bottom[i]+Slope_Factor*(SMA[i]-SMA[i-1]),
Bottom[i] = SMA[i]-Deviation*StdDev,
StdDev - Standard Deviation(Price) with [Band_Length] number of periods,
SMA = MVA(Price) with [Short_Length] number of periods.

Breakdown Oscillator.PNG


Download:
Breakdown Oscillator_JS.jsl
(3.85 KiB) Downloaded 422 times