MTF RSI Smoothed (recursive) – indicator MetaTrader 5

Indicator MTF RSI Smoothed
Recursive implementation of multi-timeframe smoothed RSI indicator. The values of the standard Relative Strength Index indicator are smoothed using Simple Moving Average (SMA). To disable smoothing set the value of Smoothed <= 1. The indicator uses the recursive call of itself for lower timeframes. This eliminates the need to create two indicators: the conventional and … Read more

MTF Fractal – indicator MetaTrader 4

MTF Fractal
Multi timeframe fractal indicator which shows the higher timeframe’s fractal point on lower timeframes. Compatible with MT4 build 600 or later. The “Extend_Line” function draws a horizontal line from the previous fractal point until a candle closes it over. The “Show_Validation_Candle” option shows which candle is the point when the higher timeframe’s fractal is validated … Read more

MTF Inside Bar – indicator MetaTrader 4

A tool to better visualize price action using a higher timeframe.
With this indicator we can visualize price action in other (higher) timeframe without leaving our current chart. Just choose wich timeframe you desire (ex: TFup=3 means third timeframe up from the current timeframe in the chart). Also you can choose: bars_back: how many inside bars (candles) stats: if true shows the range (Open-Close, absolute value) … Read more

Averages MTF – indicator MetaTrader 5

Averages MTF - indicator for MetaTrader 5
A version that adds some averages not supported by built in standard types to the collection of averages in one single file. This version has the following features in it: Simple moving average Exponential moving average Smoothed moving average Linear weighted moving average Linear regression value Triangular moving average Sine weighted moving average Hull moving … Read more

Averages MTF V2 – indicator MetaTrader 5

Averages MTF V2 - indicator for MetaTrader 5
Updated and upgraded averages indicator. Now it contains the 18 types of averages available (no need for numbers, since here all is choosable by name): Simple moving average Exponential moving average Double smoothed EMA Double EMA Triple EMA Smoothed MA Linear weighted MA Parabolic weighted MA Alexander MA Volume weighted MA Hull MA (you can … Read more

Example of Heiken Ashi Using Multi Time Frame (MTF) – EA MetaTrader 4

Example of Heiken Ashi Using Multi Time Frame (MTF)
Description This is an example for Heiken Ashi candles. Only uses pending orders (Buy-Limit & Sell-Limit). Hedging is possible (by using different magic numbers). Filter is possible (by two time frames as the code below). see the main idea of this expert in these following two functions: int AshiUp(int TF=PERIOD_CURRENT)   {    double haLowHigh_1 = … Read more