jacobfabris

Double_Based_EMA_v2

jacobfabris アップデート済   
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.

リリースノート:
Adjusting the limits and including 2 more MAs. Now with 34, 144 and 610.
オープンソーススクリプト

TradingViewの精神に則り、このスクリプトの作者は、トレーダーが理解し検証できるようにオープンソースで公開しています。作者に敬意を表します!無料で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。 お気に入りに登録してチャート上でご利用頂けます。

免責事項

これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

チャートでこのスクリプトを利用したいですか?