AMA slope oscillator

Here you can post and download custom indicators. PLEASE: Do not start topics unless you are posting your own indicator, they will be moved to appropriate section even if you do.

Moderator: admin

AMA slope oscillator

Postby Alexander.Gettinger » Wed Jun 19, 2013 2:37 pm

This indicator is a ported MQL5 indicator from http://www.mql5.com/ru/code/1740 (in Russian).

Formulas:
AMA_Slope[i] = AMA[i]-AMA[i-1], where
AMA[i] = AMA[i-1]+SSC[i]^G*(Price[i]-AMA[i-1]),
SSC[i] = ERSC[i]+slowSC,
ERSC[i] = ER[i]*(fastSC-slowSC),
ER[i] = signal[i]/noise[i],
signal[i] = Abs(Price[i]-Price[i-AMA_Period]),
noise[i] = sum(Abs(Price[i]-Price[i-1])),
fastSC = 2/(Fast_Period+1),
slowSC = 2/(Slow_Period+1).

AMA_Slope.PNG


Download:
AMA_Slope.lua
(2.71 KiB) Downloaded 538 times


The indicator was revised and updated
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

Re: AMA slope oscillator

Postby Apprentice » Sat May 27, 2017 12:10 pm

Indicator was revised and updated.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36437
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Return to Custom Indicators

Who is online

Users browsing this forum: No registered users and 138 guests