Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

RSI and Bollinger Bands - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
15616
Valutazioni:
(50)
Pubblicato:
2017.05.29 16:13
Aggiornato:
2018.06.26 14:33
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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".