Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

RSI and Bollinger Bands - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
15511
Rating:
(50)
Published:
2017.05.29 16:13
Updated:
2018.06.26 14:33
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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".