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.

ảnh chụp nhanh

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.

ảnh chụp nhanh

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

ảnh chụp nhanh

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 :

ảnh chụp nhanh

Seagate is tricky, gamma at 2.4 might help

ảnh chụp nhanh

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.

ảnh chụp nhanh

On AMD

ảnh chụp nhanh

On EURUSD

ảnh chụp nhanh

On BTCUSD


Comparison With ARMA

ảnh chụp nhanh

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

Mã nguồn mở

Theo tinh thần TradingView thực sự, tác giả của tập lệnh này đã xuất bản dưới dạng nguồn mở để các nhà giao dịch có thể hiểu và xác minh. Chúc mừng tác giả! Bạn có thể sử dụng miễn phí. Tuy nhiên, bạn cần sử dụng lại mã này theo Quy tắc nội bộ. Bạn có thể yêu thích nó để sử dụng nó trên biểu đồ.

Bạn muốn sử dụng tập lệnh này trên biểu đồ?


Check out the indicators we are making at luxalgo: tradingview.com/u/LuxAlgo/
Ngoài ra, trên:

Thông báo miễn trừ trách nhiệm