Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Facebook!
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

Martingale VI Hybrid - Experte für den MetaTrader 4

dwim
Veröffentlicht:
Aharon Tzadik
Ansichten:
50700
Rating:
(54)
Veröffentlicht:
2018.06.14 12:32
Aktualisiert:
2024.02.29 23:02
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

This EA has 5 versions,enters trades according to the conditions of two "Moving Averages".

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


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).
      • FASTMA - Fast Moving Average (values: 1-20).
      • SLOWMA - Slow Moving Average (values: 50-200).
      • 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.

    p1

    p2

    Links to more efficient versions in the Market:












    Average Volume per Hour Average Volume per Hour

    Calculate the average volume per hour in a 1 hour chart.

    Record IsConnected, Spread, Stop, FreezeLevel Record IsConnected, Spread, Stop, FreezeLevel

    EA is run say once every minute and writes the status of IsConnected, spread, stop and freeze level to a file.

    SHA256, SHA384 and SHA512 + HMAC SHA256, SHA384 and SHA512 + HMAC

    Many developers need these functions, while working with different kinds of external APIs, like Bitcoin and altcoin exchanges where it is often necessary to send data with the confirmation of parameters validity through HMAC-SHA512, HMAC-SHA384 and HMAC-SHA256.

    s-Downloader (SingleTF) s-Downloader (SingleTF)

    The script downloads the historical quotes data of the current chart symbol and timeframe.