Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

RSI and Bollinger Bands - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
15828
Note:
(50)
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 ideaAnton, author of the MQL5 codebarabashkakvn.

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).

  1. RSI breaks the upper Bollinger Band.
  2. The price must be below the fractal level.
  3. A buy signal is generated when the price breaks through the fractal level.
  4. A position is trailed based on Parabolic values.
  5. 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

Vector Vector

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

OscSAR_Histogram OscSAR_Histogram

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 symbol All information about the symbol

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

Size of candles (text) Size of candles (text)

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