거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Hedging Martingale - MetaTrader 4용 expert

조회수:
47732
평가:
(31)
게시됨:
2018.12.16 21:03
업데이트됨:
2024.02.29 23:05
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.