Indicators: Moving Averages, multi-timeframe

 

Moving Averages, multi-timeframe:

The iUniMA MTF indicator allows the user to choose between different types of moving averages (SMA, EMA, SMMA, LWMA, AMA, DEMA, TEMA, FRAMA, and VIDYA). It can be applied to any timeframe, higher or lower than the current chart's timeframe.

Compared to the original iUniMA indicator, the only extra setting is the second timeframe used as input for the calculations. When the indicator is applied to a timeframe lower than the current chart's time frame it's not possible to display all values. In this case, depending on the price type chosen, it will use a different approach to give the most appropriate value.

Author: traderak20

Moving Averages, multi-timeframe

 

esta muy bien pero  la parte de ponerle niveles a la media movil no aparese en el original de movil average si tiene opcion de niveles , hay alguna forma de hacerla mul tiperiodo pero como la original

 
pabluru:

this very well but put part of the moving average levels aparese not in the original if you average mobile option levels, is there any way to make multi tiperiodo but as the original

Please post in English on this forum. You can use the automatic translation feature.
 
THIS well parte But to put the moving average levels aparese not in the original, moving average levels if you have option there Any way to make multi tiperiodo But Like the original, with the option of levels, thanks.
 

Death Cross pattern (based on How to Trade the Death Cross on Oil article)


What is the ‘Death Cross’ pattern?

Though its sounds scary and ominous, the ‘Death Cross’ (DC) pattern is neither. In fact, consumers that are tired of paying $80 or more to fill up their gas tank will rejoice at what this pattern means to the price of oil. The DC occurs when the short-term 50-day simple moving average crosses below the 200-day simple moving average. Typically, in a moving average crossover, a shorter term moving average crosses below a longer term moving average a sell signal is generated and price is expected to move lower. What makes the DC different is that the 200-day SMA is watched by so many traders to determine long term bullishness or bearishness that when the 50-day crosses below the 200, the selling can be substantial as institutional and retail selling converge.


In the chart above there are 4 DCs on USOil which led to significant price moves lower. There is one DC on June 18, 2010 in which the decline was minimal. In fact, since 1984, there has been 21 Death Cross (DC) formations on oil with an average decline of 8.3% over the following 6 months after the crossover. With the current price of oil just south of $92.00 per barrel, we could see a decline down to the $80- $84.00 region once oil closes, on a daily basis, below the current trend line. This will be good news for oil bears and US holiday drivers but bad news for Oil bulls, for now.

In each of case of the DC, the following price decline was short-lived and a sharp rebound followed. This could give new life and a great entry point for those who are bullish oil. Such a rebound would need confirmation. Oil bulls will wait their turn and may look for the advent of the Golden Cross before initiating longs. The Golden Cross is made up of the 50-day simple moving average crossing above the 200-day simple moving average and is a major buy signal. The DC is nothing to fear if you know which direction to trade. It marks the possible acceleration and extension of and oil “slide” lower.

How to Trade the Death Cross on Oil
How to Trade the Death Cross on Oil
  • www.dailyfx.com
USOil Bulls face the Death Cross Pattern. Find out how to trade this pattern watched by large institutions and what it means to the price of Oil!
 
It can't be compiled. The code has some errors and warnings.
Files:
2016-12-22.png  79 kb
 
FxPartisan:
It can't be compiled. The code has some errors and warnings.

Change line 50 from this :

input maswitch             InpAppliedMA=MODE_SMA;                             // Applied MA method for signal line

To this :

input maswitch             InpAppliedMA=Simple;                             // Applied MA method for signal line
The remaining 2 warnings are benign (the indicator will work OK even with those warnings)
 

it can be compiled. but when inserted into EURUSD H1 chart, with TF2 parameter set to '4 hours'. Nothing will be shown In the chart. the reported error message is :

"Not all data of ExtMaHandle_TF2 has been calculated (-1 bars). Error4806"

what's up? thank you.

 
it does not work like described and shows 4806 error.
 
Sergey Golubev #:

Death Cross pattern (based on How to Trade the Death Cross on Oil article)


What is the ‘Death Cross’ pattern?

Though its sounds scary and ominous, the ‘Death Cross’ (DC) pattern is neither. In fact, consumers that are tired of paying $80 or more to fill up their gas tank will rejoice at what this pattern means to the price of oil. The DC occurs when the short-term 50-day simple moving average crosses below the 200-day simple moving average. Typically, in a moving average crossover, a shorter term moving average crosses below a longer term moving average a sell signal is generated and price is expected to move lower. What makes the DC different is that the 200-day SMA is watched by so many traders to determine long term bullishness or bearishness that when the 50-day crosses below the 200, the selling can be substantial as institutional and retail selling converge.

The Death Cross (and its counterpart, the Golden Cross) typically use the 50-day and 200-day moving averages. Technically, though, it's any short MA crossing a long MA. Personally, I've found that using the 20-day and 100-day, plus a filter to make sure it crosses strongly and isn't just riding along sideways, seems to work better. Of course, with MT5, you can optimize it to whatever short and long values you want — just beware of overfitting, of course.

 
Thanks