alexgrover

Absolute Strength MTF Indicator

Introduction

The non-signal version of the absolute strength indicator from fxcodebase.com/...e/viewtopic.php?f=38&t... requested by ernie76 . This indicator originally from mt4 aim to estimate the bullish/bearish force of the market by using various methods.

The Indicator

Two lines are plotted, a bull line (blue) representing the bullish/buying force and a bear one (red) representing the bearish/selling force, when the bull line is greater than the bear line the market is considered to be strongly bullish, else strongly bearish.

The indicator use various method, Rsi, stochastic, adx. The Rsi method is the one by default.

The stochastic method is less reactive but smoother


The Adx method is way different, while the other two methods make the bull and bear lines somewhat uncorrelated, the adx method focus more on the overall market strength than individual buyer/seller strength.


The smoothing method use 3 different filters, SMA, EMA and LSMA, LSMA is more reactive than the two previous one while EMA is just more computer efficient.

It is possible to use price data of different time frames for the calculation of the indicator.


Stochastic method with 4 hour price close as source.

Conclusion

A classic indicator who can be derived into a lot of ways using a more adaptive architecture or recursion. Hope you find it a use :)

A big thanks to ernie76 for the request and the support/testing of the indicator

Feel free to pm me for any request.

Check out the indicators we are making at luxalgo: www.tradingview.com/u/LuxAlgo/
نص برمجي مفتوح المصدر

قام مؤلف هذا النص البرمجي بنشره وجعله مفتوح المصدر، بحيث يمكن للمتداولين فهمه والتحقق منه، وهو الأمر الذي يدخل ضمن قيم TradingView. تحياتنا للمؤلف! يمكنك استخدامه مجانًا، ولكن إعادة استخدام هذا الكود في منشور تحكمه قواعد الموقع. يمكنك جعله مفضلاً لاستخدامه على الرسم البياني.

إخلاء المسؤولية

لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.

هل تريد استخدام هذا النص البرمجي على الرسم البياني؟