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

The Expert Advisor uses two MACD indicators. The first MACD is used to find the deal entry, the second is used to determine the trend.

The money management is based on the fixed part and martingale system with limited number of doubles.

The libraries must be placed to the terminal_data_folder\MQL5\Include folder of the client terminal.

Input parameters:

  • DML- deposit size for minimal allowed lot for the account;
  • Ud - number of doublings. It begans with 0 - no doublings;
  • Stop - Stop Loss value in points;
  • Tp - Take Profit value in points;
  • Slipage - Slippage in points;
  • MACD1Fast - Fast ЕМА for MACD, used to find the entry;
  • MACD1Slow - Slow ЕМА;
  • MACD2Fast - Fast ЕМА for MACD, used to determine the trend;
  • MACD2Slow - Slow ЕМА.

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

Dual Trix UpGrade_1 Dual Trix UpGrade_1

Dual Trix Upgrade 1.

MACD - Any higher timeframe MACD - Any higher timeframe

This indicator is based on simple MACD but allows you to choose also timeframe of indicator, different from current. You can choose current timeframe of chart (then indicator shows the same values as common MACD) or any higher timeframe.

Multik Multik

The Multicurrency Expert Advisor.

Dual_Trix_Upgrade2 Dual_Trix_Upgrade2

The Dual Trix indicator with dual magnified Values in the Chart and in the Indicator window.