Watch how to download trading robots for free
Find us on Telegram!
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
Indicators

RSI vs BB - indicator for MetaTrader 4

Views:
45482
Rating:
(49)
Published:
2018.03.20 17:07
Updated:
2020.06.11 12:11
RSI_vs_BB.mq4 (5.1 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

This is the semaphore indicator with arrows based on BB and RSI.

So very often, leaving the Bollinger Bands canal the price slows down and after that it returns into the canal. If the RSI line crosses the signal level of overbought or oversold, also the price slows down and often reverses the direction immediately. Using these two conditions, we have the signals of a supposed price reversal. 

It is able to track a canal breakout from within to the slowdown zone taking into account the RSI indicator, as well as conversely, from the slowdown zone into the canal with a confirmed RSI signal of the reversal. Any one of the signals (RSI or the slowdown zone) can be turned off. Also a sound alert appears if an arrow appears.


Recommendation:

  • Sometimes you’d  better wait until both signals appear, at first the signal of a canal breakout from within to the outside (the circle) and then wait for the signal of a price return into the canal (arrow) and only then can a position be opened.

Settings:

  • RSIPeriod — The RSI period.
  • RSIUpLevel — The top signal level of RSI.
  • RSIDownLevel — The low signal level of RSI.
  • BBPeriod —  The Bollinger Bands period  .
  • BBDeviation — The Bollinger Bands deviation (1 or 2)
  • CrossInside — To show the signal of the price return into the canal.
  • CrossOutside — To show the signal of the price going out of the canal.
  • alerts — To turn on sound alert.
  • ShowBB — Set it to “true” to display Bollinger Bands lines or “false” to hide.
  • clrBB — The line color of Bollinger Bands.


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16643

Limit Orders Control Limit Orders Control

This is a not big assistant for trading with limit orders.

Limit orders Pro Limit orders Pro

This script provides quick work with a large number of pending orders in the market and contains functions for placing, changing, and deleting of orders within the your price range.

RSI Slowdown RSI Slowdown

The indicator is based on the idea that before the price and the indicator itself turn, the indicator rate slows down first and only then turns.

MACD Expert MACD Expert

Expert Advisor which trades signals from MACD indicator.