StochasticAndParabolicMT5
- エキスパート
- Alexander Nikolaev
- バージョン: 1.2
- アクティベーション: 10
This Expert Advisor works on the signals of the Parabolic indicator, while analyzing the readings of other indicators, especially Stochastic. Sets pending orders, as a rule, they are triggered when a local trend reversal occurs. If the trading conditions become unsuitable, it can delete pending orders. It has many settings, the stop loss can also move along the parabolic with other parameters.
Recommended timeframes: M5, M15, M30, H1. Before trading, optimize the EA parameters for your account.
Input parameters
- Lots - lot size;
- Percent - percentage of free margin to open each new trade (works when Lots=0);
- Slippage - slippage (maximum allowable price deviation in points);
- Magic - a unique identifier (you need to make it different if several Expert Advisors are running in one terminal);
- MaxSpread - maximum spread for opening a deal (for accounts with a floating spread, so that a deal is opened when the spread is not too big);
- ParabolicStep - Parabolic indicator step;
- ParabolicMaximum - the Maximum parameter of the Parabolic indicator;
- TrailingStopValue - value of a simple trailing stop in points (if the value is 0, it is not used);
- TrailingStopOnParabolic1 - enable or disable trailing stop on the main parabolic;
- TrailingStopOnParabolic2 - enable or disable trailing stop on the second parabolic (its parameters are below);
- ParabolicStepForTrailing - step of the second Parabolic indicator (used only for trailing);
- ParabolicMaximumForTrailing - Maximum parameter of the second Parabolic indicator (for trailing);
- StochasticPeriod - enable signal filtering by the Stochastic indicator (0 = disabled);
- StrongStochFilter - trade only when the stochastic signal is strong (overbought or oversold);
- StochasticSlowing - slowing down the Stochastic indicator;
- StochasticLevels - levels of the Stochastic indicator;
- MACDSlowForDiv - slow MACD period and dependence on the ADX indicator (0 - do not search for divergences);
- MACDFast - period for the fast average of the MACD indicator for finding divergences;
- CountBarsDiv - number of bars to find divergences (0 - do not search for divergences);
- StiffnessDiv - divergence amplification factor;
- RemoveStopOrders - enable/disable removal of pending orders when there are no divergences;
- RemoveOrdersByStoch - enable removal of orders when the stochastic signal disappears;
- PeriodMA - period of a simple moving average;
- RemoveOrdersMA - delete orders based on the MA indicator;
- LevelATR - minimum level of the ATR indicator;
- ATRPeriod - ATR indicator period;
- RemoveByAtr - remove pending orders at low volatility;
- TradingStartHour - trading start hour;
- TradingEndHour - trading end hour;
- HourCloseOrders - hour for closing orders (from 0 to 23. More than 24 - do not close deals by time);
- TradeEveryTick - trade every tick (for some brokers, it may be too frequent moving orders);
- ShowInfo - show information.