Simple Indicator that Shows MA Moving Direction on All Timeframes Simultaneously – indicator MetaTrader 4

Simple Indicator that Shows MA Moving Direction on All Timeframes Simultaneously - indicator for MetaTrader 4
My first indicator. Maybe it will be useful for somebody. The idea of creation was the following: to see the values of a parameter calculated for different timeframes not to open many charts simultaneously and not to compare the data visually. In this indicator the calculated parameter is the direction of MA moving. The accounting

Average Stocastic indicator for several timeframes – indicator MetaTrader 4

Average Stocastic indicator for several timeframes - indicator for MetaTrader 4
My first stategy was to buy when several stochastics are below 20, and sell when they are above 80. It was unconvenient to change periods every time, so I have developed this indicator, maybe it can be useful. It shows Stochastics for several timeframes in a single chart, also it calculates the average value (blue

RSI 2 TimeFrames – indicator MetaTrader 4

RSI 2 TimeFrames - indicator for MetaTrader 4
This code is very simplistic idea of the oscillator, which takes into account values in multiple timeframes indicators Oscillator 3TF ( This indicator allows you to monitor the current RSI values and user-defined timeframe at the same time. Parameters: Period – indicator calculation period. NewTimeFrame – time (in minutes) of another timeframe: 1 – M1;

Diff_TF_MA – Moving Averages for two timeframes – indicator MetaTrader 5

Diff_TF_MA - Moving Averages for two timeframes - indicator for MetaTrader 5
The indicator shows on one chart two simple moving averages from two timeframes: from the current one and the one specified in input parameters. It has two parameters: Period MA – Moving Average period; Timeframe MA – the timeframe of the second Moving Average. Fig.1 The H1 chart, the MA timeframe H4 Fig.2 The M30

AMA three timeframes – indicator MetaTrader 5

AMA three timeframes
The indicator is displayed using three horizontal lines of iAMA (Adaptive Moving Average, AMA) indicator from three different timeframes. The settings allow you to select from three timeframes: HLine – display only as horizontal lines (OBJ_HLINE); Arrow – display only by right price labels (OBJ_ARROW_RIGHT_PRICE); HLine and Arrow – horizontal lines and right price labels

Three timeframes – EA MetaTrader 5

Three timeframes
Idea by: Zaur mq5 code by: barabashkakvn The EA works with indicators on different timeframes: iMACD (Moving Average Convergence/Divergence, MACD) – PERIOD_M5 iAlligator (Alligator) – PERIOD_H4 iRSI (Relative Strength Index, RSI) – PERIOD_H1 MACD gives a signal, RSI checks the overbought/oversold level, and Alligator checks the trend. Position may only be opened, if there are no open positions and