당사 팬 페이지에 가입하십시오
- 조회수:
- 9776
- 평가:
- 게시됨:
- 2010.08.05 10:56
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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.

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.

The Multicurrency Expert Advisor.

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