당사 팬 페이지에 가입하십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 5853
- 평가:
- 게시됨:
- 2017.11.03 11:56
- 업데이트됨:
- 2018.06.26 14:35
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Author of the idea: George F.Peskov, mq5 code author: barabashkakvn.
A trading system using the Price Channel principle. Position open signals are formed on the second bar after the price moves above or below the channel borders. Trade should be performed before a rollback, i.e. if the price touches the upper border, a Sell operation is formed, if it touches the lower border, it is a Buy signal. The position is held open until any stop level is reached or until the position is closed by a signal. Trailing stop is used.
During testing, some currencies did not give any positive results on certain timeframes (the limiting factor used was the percentage of drawdown). So, there is something to think about: either market entry and exit rules should be improved, or channel trading methods should not be used for these currencies on these timeframes.
EURUSD,M15:
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/18824

The indicator implements a breakout system using the Mikahekin indicator channel.

The ForceTrend indicator with the timeframe selection option available in input parameters.

The OzFx system. It uses Accelerator Oscillator and Stochastic Oscillator.

We open a new position opposite to the previous one. Inputs only contain Stop loss, Take Profit and the minimum lot.