당사 팬 페이지에 가입하십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 6742
- 평가:
- 게시됨:
- 2018.04.18 16:17
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The author of the idea: Scriptor, the author of the MQL5 code: barabashkakvn.
The indicator shows the so-called safe zone, which is calculated using the High, Low and Close prices, and the Moving Average indicator.
It is recommended to perform trades when the indicator is positioned horizontally:
- If the price is above the horizontal segment of the indicator, open a BUY position;
- If the price is below the horizontal segment of the indicator, open a SELL position.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/20009

The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into account, i.e. whether it is netting or hedging.

The Expert Advisor works based on the iChaikin (Chaikin Oscillator) and iMA (Moving Average, MA) indicators.

The Expert Advisor uses three iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD)

Bollinger Bands in the form of an oscillator.