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 on the Price Chart - indicator for MetaTrader 5

Views:
7465
Rating:
(16)
Published:
2018.03.01 11:34
RSI_OnChart.mq5 (12.56 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The indicator shows on a price chart the standard RSI, its overbought/oversold levels and the Moving Average indicator line, relative to which overbought/oversold levels are drawn.

The indicator has eight configurable parameters:

  • Period RSI - RSI calculation period;
  • Applied price RSI - RSI calculation price;
  • Level of overbought - RSI overbought level;
  • Level of oversold - RSI oversold level;
  • Coefficient of ATR - RSI relative size coefficient;
  • Period MA - Moving Average period;
  • Calculation method MA - Moving Average calculation method;
  • Applied price MA - Moving Average calculation price.

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

VAMA based Alligator VAMA based Alligator

An Alligator based on the VAMA indicator.

VAMA VAMA

A simple Moving Average of volumes.

ZScore ZScore

The ZScore indicator shows relative price deviation from its average value.

AccurateTimer AccurateTimer

Increased accuracy of the standard timer.