당사 팬 페이지에 가입하십시오
- 조회수:
- 4855
- 평가:
- 게시됨:
- 2017.08.10 10:27
- 업데이트됨:
- 2018.06.26 13:03
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The EA trades based on the Fractals indicator. It only trades at the emergence of a new bar. Lot calculation: percentage of free margin. When an upward fractal is found, a Sell signal is generated and all Buy positions are closed. When a downward fractal is found, a Buy signal is generated and all Sell positions are closed.
For optimization purposes.
Two input parameters simplify configuration:
- Distance (in pips)
- and Signal bar
Fractals minimum distance. The "Distance" parameter
Signal bar — bar number (relative to the current one) on which the fractal is checked.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/18326

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

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

The EA trades in the specified time interval. It takes into account High and Low within a certain number of bars. The EA includes protection against the "not enough money" error.

The trading system is based on the PercentageCrossoverChannel_System indicator signals.