DYJ ThreeMACrossAlarm
- Indicateurs
- Daying Cao
- Version: 1.0
- Activations: 5
This indicator shows the crossing between three moving averages (slower, middle and faster ones). When fast MA crosses up middle MA and middle MA crosses up slow MA, the bullish alert is issued. When fast MA crosses down middle MA and middle MA crosses down slow MA, the bearish alert is issued. Signals to close buy positions are generated if fast MA crosses middle MA downwards, signals to close sell positions are generated if fast MA crosses middle MA upwards.
Inputs
Fast MA Setup
- MAPeriod1 = 5 - period of faster Moving Average (value 5).
- MAMethod1 = EMA - type of Moving Average (SMA, EMA, SMMA, LWMA).
- MAPriceType1 = Close - type of price (Close, Open, Low, High, Median, Typical, Weighted).
Middle MA Setup
- MAPeriod2 = 20 - period of middle MA (value 20).
- MAMethod2 = EMA - type of Moving Average (SMA, EMA, SMMA, LWMA).
- MAPriceType2 =Close - type of price (Close, Open, Low, High, Median, Typical, Weighted).
Slow MA Setup
- MAPeriod3 = 50 - period of slower MA (value 50).
- MAMethod3 = SMA - type of Moving Average (SMA, EMA, SMMA, LWMA).
- MAPriceType3 = Close - type of price (Close, Open, Low, High, Median, Typical, Weighted).
Other
- NumBarsToCross = 3 - number of bars to cross.
- SoundAlert = true - show alert pop-up.
- EmailAlert = true - notifications to your email.
- PushAlert = true- notifications to your mobile device.
- LimitBars = 800 - limit bars.
Author
- Daying Cao, an experienced software engineer.