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

Pure_Martingale - MetaTrader 4용 expert

조회수:
61250
평가:
(25)
게시됨:
2012.03.19 07:15
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This is a Martingale system that has random entry, you can program your own entry like you want for better results.

I was focused only on martingale system, not only the lot size is rising but also the take profit distance, so you can withstand more consecutive losses.

To work properly set the account History in terminal to show all history.

Input parameters:

Martingale settings:

  • sl_tp = 20; - stop loss and take profit in pips;
  • lotsMultiplier = 1.5; - lot multiplier, if a trade was loss the next trade lot size will be lotsMultiplier times larger;
  • distanceMultiplier = 1.5; - take profit and stop loss multiplier, after a los trade the take profit distance is distanceMultiplier times larger;
  • Lots = 0.03; - the lot size in first trade;
  • MaxSlippage = 3; - the maximall allowed slippage in pips;
  • magicNumber = 1212123; - special number to avoid colliding with another EA or manual trades;

Trading Hours:

  • useTradingHours = false; - if it is true, the system opens trades only in defined time;
  • StartTime = "06:00"; - start time of trading;
  • StopTime = "18:00"; - end time of trading;
  • GMT_Offset = 0; - GMT offset;

Trading Days:

  • Monday = true;
  • Tuesday = true;
  • Wednesday = true;
  • Thursday = true;
  • Friday = true;
  • Saturday = true;
  • Sunday = true;

View settings:

  • showMenu = true; - if true, EA shows on graph information about open trades, lots and profit;
  • menuColor = Blue; - color of menu text;
  • variablesColor = Red; - color of variables;
  • font = 10; - font size;
Fractal ZigZag (never repaints) Fractal ZigZag (never repaints)

This indicator shows signals triggered using Fractals and the original ZigZag indicator. Signals are never -ever- repainted and is an useful tool to study the real behavior of the ZigZag indicator.

Double ZigZag (no repaint) Double ZigZag (no repaint)

This indicator shows signals from two different Zigzags without repainting, and allows you to study the real behaviour of the zigzag indicator as a trading tool over time.

Average Daily Range Average Daily Range

TheGreedyPig Average Daily Range Indicator calculates 5, 10, 20 days and shows them on the chart. I found this on a Forum, updated, modified the Indicator I found.

ACC+BAL+MARG-INDI ACC+BAL+MARG-INDI

Account Balance, Equity, Margin, Free Margin + Account Profit: position anywhere on chart - hide any item - enhanced user preference options.