Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 2980
- Rating:
- Published:
- 2017.01.18 09:54
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The Delta_RSI indicator with the timeframe selection option available in input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires Delta_RSI.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig1. The Delta_RSI_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16486

Trend analyzer based on the difference of two MFI oscillators with different periods.

Trading system based on the signals of the ColorXvaMA_Digit_StDev indicator.

The Exp_Delta_RSI Expert Advisor is based on the Delta_RSI indicator color change.

Moving average for prices (O+C+H+L)/4.