Watch how to download trading robots for free
Find us on Twitter!
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
Views:
5481
Rating:
(14)
Published:
2018.12.28 13:10
Updated:
2019.01.17 11:29
RSI_MA.mq5 (9.17 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Oscillating indicator RSI MA is a simple smoothed RSI

It has four adjustable parameters:

  • RSI period - RSI calculation period
  • RSI applied price - RSI applied price
  • Smoothing period - smoothing period
  • Smoothing method - smoothing method

Calculations:

RSIMA = MA(RSI, Smoothing period, Smoothing method)

where

RSI = RSI(RSI applied price, RSI period)

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

i-KlPrice_Vol i-KlPrice_Vol

Oscillator i-KlPrice using volumes

Heiken_Ashi_Smoothed_Trend_HTF Heiken_Ashi_Smoothed_Trend_HTF

Indicator Heiken_Ashi_Smoothed_Trend with the possibility of changing its timeframe in its input parameters

Mirror_RSI Mirror_RSI

Indicator Mirror RSI

FineTuningMACandle FineTuningMACandle

Indicator FineTuningMA represented as candles