jacobfabris

Double_Based_EMA_v2

jacobfabris Zaktualizowano   
Developmment of Double_Based_EMA. The version 2 brings a set of emas, with 8, 34, 144 ,610 periods.
The price source is the closes inside the upper or lower range of the Donchian Chanell with the same period.
The reading is the same as My Script 44.
The price will try to reach the next level of EMA.
if $ >8 will try 34.
if $ >8 and 8>34 will try 144.
if $ >8 and 8>34 and 34>144 will try 610.
if $ <8 will try 34.
if $ <8 and 8<34 will try 144.
if $ <8 and 8<34 and 34<144 will try 610.
//---- Consolidation
The price will oscilate between the highest ema and it´s next in period . Eg 34 > 8 > 610 > 144. $ < 34 will try 144.
The price will oscilate betwenn the lowest ema and it´s next in period. Eg 610 > 34 > 8 > 144. $ > 144 will try 610.
//---
Observe how $ swing between the emas
8 <-> 34
8 <-> 34 <-> 144
34 <-> 144 <-> 610
//---
$ > 8 > 34 > 144 > 610 - pure trend up
S < 8 < 34 < 144 < 610 - pure trend dw
//--- Optional periods - 17 , 72 , 305 , 1292
Enjoy, comment.

Informacje o Wersji:
Adjusting the limits and including 2 more MAs. Now with 34, 144 and 610.
Skrypt open-source

Zgodnie z prawdziwym duchem TradingView, autor tego skryptu opublikował go jako open-source, aby traderzy mogli go zrozumieć i zweryfikować. Brawo dla autora! Możesz używać go za darmo, ale ponowne wykorzystanie tego kodu w publikacji jest regulowane przez Dobre Praktyki. Możesz go oznaczyć jako ulubione, aby użyć go na wykresie.

Wyłączenie odpowiedzialności

Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.

Chcesz użyć tego skryptu na wykresie?