Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Telegram!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Expert Advisors

Hedging Martingale - Experte für den MetaTrader 4

Ansichten:
46360
Rating:
(31)
Veröffentlicht:
2018.12.16 21:03
Aktualisiert:
2024.02.29 23:05
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

Hedging Martingale has 6 versions, opens two trades of buy and sell together,and uses the martingale method.

If the trade goes in the opposite direction after a predetermined number of pips, then it opens another trade in the same direction of the first trade. The process repeats itself until profit is taken.

By opening a trade only with a new candle it prevents multiple trades, so it is safe to use.

This Martingale EA can work on all pairs and all timeframes.

Best timeframe is daily.

Start with 0.01 lot.

*Version 2 has trailing stop loss

*Version 3 has a special way to calculate the lot size 

*Version 4 can Use Equity Stop

*Version 5 can add lot size or mulitply

*Version 6 you will have both buy and sell orders at any given time


Variables

      •  Use_TP_In_Money- Use Take Profit In Money (values:true/false).
      •  TP_In_Money- Take Profit In Money   (values: 10-100).
      • Use_TP_In_percent- Use Take Profit In Percent (values:true/false).
      • TP_In_Percent- Take Profit In Percent (values: 10-100).
      • ------------[Money Trailing Stop For Multiple Trades]----------------------
      • Enable_Trailing-Enable_Trailing with money  (values:true/false).
      • Take Profit In Money (in current currency) (values: 25-200).
      • Stop Loss In Money(in current currency) (values: 1-20).
      • --------------------------------------------------------------------------------------
      • TakeProfit - TP value of each trade in this Martingale EA (values: 10-60).
      • PipStep - Distance in pips which will open a new trade (values: 10-50).
      • Lots - Initial lots value, will be duplicated every step (values: 0.01-1).
      • Multiply - Multiplier value every step of new trade (values: 2-4).
      • MaxTrade - Maximum trades that can run (values: 2-10).
      • CLOSEMAXORDERS - Close all orders if there are more than maximum orders.
      • MagicNumber - Magic number (values: 1-100000).
      • TrailingStop-set a value from 10 to 100 to activate trailing stop loss & take profit, "0" will not activate trailing stop loss.
How to perform back test:https://bit.ly/2CD7XWD









    Accelerator Accelerator

    "Accelerator " EA trades with "Accelerator" indicator and has Trailing Stop Loss &Take Profit works on all time frames major forex pairs.

    Moving Average EA Moving Average EA

    Open and close when fast moving average line cross slow moving average line. Default parameters is for XAU H1.

    1MA 1MA

    "1MA" EA trades with a strategy based on one 20 period moving average and has Trailing Stop Loss &Take Profit works on all time frames major forex pairs

    Pivot Points Pivot Points

    The indicator pivot points consist of support and resistance.