MA Crossover ADX
- Experts
- MetaQuotes Ltd.
- 버전: 1.21
- 업데이트됨: 31 3월 2020
The strategy is based on price crossover with Moving Average indicator, confirmed by ADX indicator.
The trade signals:
- Buy: closing price of the last completed bar is higher than moving average, the moving average increases at the current and last completed bars.
- Sell: closing price of the last completed bar is lower than moving average, the moving average decreases at the current and last completed bars.
- To filter the false signal, it checks the trend power (ADX>ADXmin) and trend direction using the Directional Movement Indexes (DI+ and DI-).
Input parameters:
- Inp_Signal_ADX_MA_PeriodADX = 48;
- Inp_Signal_ADX_MA_MinimumADX = 13.0;
- Inp_Signal_ADX_MA_PeriodMA = 50;
- Inp_Signal_ADX_MA_StopLoss = 400;
- Inp_Signal_ADX_MA_TakeProfit = 900;
- Inp_Money_FixLot_Percent = 10.0;
- Inp_Money_FixLot_Lots = 0.1.
lo estoy provando, se ve prometedor muchas gracias