거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
22467
평가:
(47)
게시됨:
2015.08.05 09:32
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The ExpMartin EA trades on the principle of the Martingale: if the order is closed by Stop Loss, the next order will be the opposite type with a lot size increased by a certain rate.

Settings:

  • Lots = 0.1 — starting lot.
  • Factor = 2.0 — lot factor for the next order if the previous is closed by Stop Loss.
  • Limit = 5 — limiting the number of multiplications of the lot.

Stop Loss and Take Profit are virtual.

  • StopLoss = 100 — Stop Loss level.
  • TakeProfit = 100 — Take Profit level.
  • StartType = 0 — type of the starting order, which the EA will use to start trading, 0-BUY, 1-SELL.
  • Magic = 1000 — individual number of the Expert Advisor.


MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/13532

Change Timeframes with Hotkeys Change Timeframes with Hotkeys

This simple indicator will change the timeframes of the current chart with keypress.

PriceHistogram Channel PriceHistogram Channel

This indicator shows channels using the price histogram.

Auto MM Auto MM

This script will help you calculate your lot to open position.

Personal Assistant Personal Assistant

Personal assistant is there to provide you with crucial information for making investment decisions and to execute your orders.