OPEN-SOURCE SCRIPT

Adaptive Autonomous Recursive Moving Average

Introduction

Using conditions in filters is a way to make them adapt to those, i already used this methodology in one of my proposed indicators ARMA which gave a really promising adaptive filter, ARMA tried to have a flat response when dealing with ranging market while following the price when the market where trending or exhibiting volatile movements, the filter was terribly simple which is one of its plus points but its down points where clearly affecting its performance thus making it almost impractical.

Today i propose a new filter A2ARMA which aim to correct all the bad behaviours of ARMA while having a good performance on various markets thanks to the added adaptivity.


Fixes And Changes

ARMA was dealing with terribles over/under-shoots which affected its performance, adding a zero-lag option made the thing even worse, in order to fix those mistakes i first cleaned the code, then i removed the offset for src in d, this choice is optional but the filter is sometimes more accurate this way.

The major change is the use of an adaptive moving average instead of the triangular moving average that smoothed the output, this adaptive moving average is calculated using exponential averaging while using the efficiency ratio as smoothing variable, this choice surprisingly removed the majority of overshoots while adding more adaptivity to the filter.


The Indicator

The Indicator work the same way as ARMA, not reacting during flat market periods while following the price when this one is volatile or trending. length control the smoothing amount while gamma determine how the filter is affected during flat market periods, gamma = 0 is just a double smoothed adaptive moving average, higher values of gamma will filter flat markets with a certain degree.

스냅샷

On Intel Corp with gamma = 0, i want to filter the flat period starting at July 10, gamma = 3 will certainly help us on this task.

스냅샷

Hooray, the problem appear to be solved ! Lower values of gamma also produce desirable effect as shown below :

스냅샷

gamma = 2

So far so good, but gamma or length might have different optimal values depending on the market, also problems still exists as shown here :

스냅샷

Seagate is tricky, gamma at 2.4 might help

스냅샷

The relationship between length and gamma is somewhat complicated.


On Different Markets

While some filters will process market price the same way no matter the market they are affected, A2ARMA will change drastically depending of the market.

스냅샷

On AMD

스냅샷

On EURUSD

스냅샷

On BTCUSD


Comparison With ARMA

스냅샷

ARMA with parameters roughly matching A2RMA, overall most of the problems i wanted to fix where indeed fixed.


Conclusion

A huge thanks for the support i received during this "Blank Page" period i'am suffering, ARMA was an indicator i really wanted to further develop without giving up on the code simplicity and i think this version might provide useful results, we can also notice that the decision making is easier with this version of the indicator thanks to the added coloring (which would have been impossible with ARMA).

My work don't have license attached to it, feel free to modify and share your findings, mentioning is appreciated :)

Thanks for reading !











adaptivearmacolorefficiencyratiofilterMoving AveragessignalssmoothtrendTrend Analysis

오픈 소스 스크립트

진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

차트에 이 스크립트를 사용하시겠습니까?


Check out the indicators we are making at luxalgo: tradingview.com/u/LuxAlgo/
또한 다음에서도:

면책사항