MACD Strategies EA Mt5
- Asesores Expertos
- Tonny Obare
- Versión: 1.1
- Actualizado: 5 julio 2022
- Activaciones: 5
MACD strategies EA is a EA that can support multiple MACD strategies. Purchasing this EA can save you the time taken to automate your existing MACD strategy through coding a custom EA and it also helps you discover profitable MACD strategies as its fully compatible with the strategy tester and all settings are editable. The EA supports both scalping, short term and long term strategies. The various supported settings are explained below:
NOTE: The default settings in the EA are simply place holders. Before using the EA, please enter your own settings that work for you best.
Trade settings
- Lots- This is the lot size for opening trades. If this value is greater than zero, then fixed lots will be used.
- RiskPercentage- The percentage of free margin to risk in a trade. The Lots setting must be left as 0 to use this setting instead.
- TakeProfit- The fixed take profit valuein points. If 0 then no take profit will be set.
- StopLoss- The fixed stop loss value in points. If 0 then no stop loss will be set.
- CloseOnReverseSignal- If set to 1 or true, then trades will be closed if a trade signal opposite the one that opened the trade appears.
- WaitForCrossBarClose- A trade will only occur after the bar where the cross occured closes.
- OneTradeAtAtime- If set to true, then only one trade will be opened at a time.
- MaximumTrades- If this setting is greater than 0, then the EA will be limited to a maximum of this number of trades at any one time.
Settings for trailing stop;
- AllowTrailingStop- This setting must be set to true if trailing stop is to activate.
- TrailDistance- The trailing stop will be this distance in points away from the price.
- TrailTrigger- The trailing stop will only start when the trade is at least this number of points in profit.
- TrailStep- After the trailing is active, a new modification will only occur when there is at least a change of this points. This prevents too many trade modifications on every little price change and hence saves on memory usage.
MACD settings:
- FastEMA- FastEMA input for MACD.
- SlowEMA- SlowEMA input for MACD .
- MACDsma- Input for MACD.
- AppliedPrice- MACD applied price.
Trading time range settings:
- Enable_Time_Filter- Turn time filter on or off.
- StartTimeGMT- Starting time for trading signals in GMT time.
- EndTimeGMT- End time for trading signals in GMT time.
- MagicNumber- Magic number for the EA. Must be different on each attachment only if attached to multiple charts of the same currency pair. It helps the EA differentiate trades from different charts of the same pair.