Indicators: Awesome_Signal - Extended Awesome

 

Awesome_Signal - Extended Awesome:

The standard Awesome with some amendments: signal line, setup of quick, slow, signal line, shifting of the signal line.

Author: asystem2000

 

Developer is needed to add an alert system into this excellent indicataor: https://www.mql5.com/en/forum/121209

 

The same indicator with alert system: /en/code/9286

 
Buy Arrow:

X:=Mov(C,5,E);
Y:=Mov(O,6,E);
Cross(x,y)

Sell Arrow:

X:=Mov(C,5,E);
Y:=Mov(O,6,E);
Cross(y,x)