Rejoignez notre page de fans
- Publié par:
- Vladimir Karputov
- Vues:
- 16990
- Note:
- Publié:
- 2017.05.29 16:13
- Mise à jour:
- 2018.06.26 14:33
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
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.
Traduit du russe par MetaQuotes Ltd.
Code original : 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".