당사 팬 페이지에 가입하십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 17254
- 평가:
- 게시됨:
- 2017.05.29 16:13
- 업데이트됨:
- 2018.06.26 14:33
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Author of the idea — Anton, author of the MQL5 code — barabashkakvn.
A trading strategy based on RSI and Bollinger Bands. Bollinger Bands is calculated using the RSI indicator handle. Trailing stop is determined using the SAR indicator (Parabolic SAR).
- RSI breaks the upper Bollinger Band.
- The price must be below the fractal level.
- A buy signal is generated when the price breaks through the fractal level.
- A position is trailed based on Parabolic values.
- Canceling a deal — if an order has not yet triggered, and RSI moved below the level of 30, a buy order should be deleted.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/18255

An Expert Advisor for 4 currency pairs, including EURUSD, GBPUSD, USDCHF and USDJPY. It is based on four-hour moving averages.

The oscillator is drawn as a colored histogram based on the difference between the Close price and the iSAR indicator, expressed in points.

All information about the current symbol (information from the CSymbolInfo class object is used) represented as a dialog panel.

The size of a candlestick. The size is calculated by the following formula: "minuend" minus "deduction".