Absolute Strength Histogram Indicator

Absolute Strength Histogram Indicator

Introduction

The Absolute Strength Histogram indicator is not only noted for its accuracy but also for its ability to provide a clear perspective on the buying and selling dynamics within the financial markets. By measuring the strength of bulls (buyers) against bears (sellers), the Absolute Strength Histogram aids in identifying potential market trend changes, thus providing a solid foundation for informed trading decisions.

Concept and Calculation

The concept behind the Absolute Strength Histogram is based on its unique approach to analyzing market strength. Unlike other indicators that may focus on a single aspect of the market, this indicator utilizes a combination of methods to assess both the strength of buyers and sellers. Key input variables include:

  • Length: Evaluation period.
  • Smooth: Smoothing period of the results.
  • Source: Price data to analyze, typically the adjusted close price (customclose).
  • Mode: Selection between RSI, Stochastic, or ADX for calculation.
  • Moving Average Type: Determines the type of moving average applied for smoothing, with WMA (weighted moving average) as the default.

The calculation methodology varies slightly depending on the selected mode, adjusting to capture the essence of each approach. For example, in RSI mode, it focuses on the magnitude of recent price changes to determine market buyers’ and sellers’ strength.

The smoothing process applied to both bull and bear values helps to filter market noise and highlight underlying trends, facilitating the interpretation of market strength. This smoothing process culminates in constructing the histogram that reflects the absolute difference between these two forces.

Indicator Interpretation

Effective interpretation of the Absolute Strength Histogram is achieved by observing the histogram and the color changes within it. An ascending histogram indicates increased buyers’ strength, whereas a descending histogram signals stronger seller influence. Color changes within the histogram serve as early indicators of possible market direction changes.

When the histogram’s color changes in favor of bulls, it could be considered a buying signal, while a change favoring bears could be interpreted as a selling signal. These signals, especially when confirmed by other indicators, can provide opportune moments to enter or exit the market.

Practical Applications

The Absolute Strength Histogram can be used to:

  • Identify the onset of new trends.
  • Confirm buying or selling signals provided by other indicators.
  • Determine exit points by observing color changes in the histogram indicating a market strength shift.

This indicator well suits various trading strategies, from scalping to position trading, offering a versatile tool to complement their technical analysis.

Advantages and Limitations

One of the main advantages of the Absolute Strength Histogram is its ability to simplify the analysis of market strength into a visually intuitive format.

However, as with any analysis tool, it’s crucial to use the Absolute Strength Histogram in conjunction with other forms of analysis to confirm signals and avoid false positives. Exclusive reliance on a single indicator can lead to misguided trading decisions.

Code in ProBuilder

The following is the simplified code for implementing the Absolute Strength Histogram on the ProRealTime:

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. P. Marlowe • 04/02/2024 #

    Quite an impressive work, Iván. Extremely useful and accurate. Congratulations. Keep it up¡

  2. lkiklkik • 04/02/2024 #

    i love it !!! thanks.

  3. Bernard13 • 332 days ago #
  4. Bernard13 • 332 days ago #

    (Je réécris mon commentaire -français- en français car certains mots ne correspondaient pas à l’original ???… Traduction ?)

    Pour ma part, cet indicateur très intuitif, associé à d’autres outils d’analyse, est une aide précieuse pour un top départ de tendance. Je l’utilise en Swing H1.
    A l’occasion du 1000ème indicateur proposé par PRC, permettez-moi Ivan de vous féliciter pour toutes vos contributions à la fois pédagogiques et efficaces en trading réel.
    1000 fois merci ! 🙂

    • Iván • 332 days ago #

      1000 indicateurs !!! brutaux

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
YvesRobert Bonjour Nicolas, en effet ca marche, je me suis trompé, j'ai bien tout le tracé. C'est parce...
oliTR Bonjour, les conditions longCond et shortCond ne contiennent-elles pas une condition qui s'a...
xpe74 Utilitaire vraiment top, d'autant qu'ajouter des filtres de seuil peux aider a limiter le no...
DELBERT Bonjour , Nicolas , je voudrais installer cet indicateur sur ma PRT , version 10.3 , mais je...
Nicolas En effet, il faut à minima une version 11. La 10.3 est tellement ancienne maintenant.. Je pe...
DELBERT Bonjour , Nicolas , merci pour ta réponse , je fais un essai et je verrais . Salutations .
Khaled Thank you Nicolas! Looks like TDI (Trader Dynamic Index). Interesting to give Exit Signal as...
Nicolas ColorBetween is an instruction added last year: https://www.prorealcode.com/documentation/co...
finplus Bonjour, serait-il possible de remplacer l'écart formé par les bandes de Bollinger par l'ATR...
Jiacky
3 years ago
Kalman Filter
Kalman Filter
0
Indicators
Stenozar Hi Sever, how can I visualize the coloured areas?
Sever Hi Stenozar, You need to add the color zones yourself , just go to Add Color Zone To set ...
atlante hi nicolas this indicator have 2 wrong borderline and islalastbarupdate. thank you can you h...
Nicolas That'"s because you are not using PRT v11? Just remove lines 59 to 62
Kanamax Hi Roberto, sorry for my confusing previous posts (forget them). My request is very simple,...
robertogozzi Please start a new topic in ProOrder support.
robertogozzi There you go: myMagicTrend = CALL “Magic Trend custom”[20, 14, 1, 5] alpha = 105 b = 0...
johann8 exactly :) Thank you all for the help!
max_92 Ciao Roberto, ho scaricato l'indicatore e come ti avevano già scritto sopra anch'io vedo la ...
Xenotrax A première vue, sa à l'air d'être un indicateur très puissant sur de petites temporalités, j...
merri Bonjour Nicolas, Comment transformer cet indicateur en bot sur PRT ?
Nicolas Cela a déjà été fait, voir ce sujet: https://www.prorealcode.com/topic/strategia-con-lindica...
Nicolas change the last line with: return v coloured(r,g,b) style(line,2), v+band coloured(168,168,1...
Paolo.B Thanks ... works as i wanted.
Kanamax Bonjour Nicolas, comme Paolo.B je souhaiterais utiliser cette indicateur au sein d'un code. ...
zilliq Thanks @Nicolas. I tried to use it as Trend in a proorder system, but don't know why, it doe...
Suzu Yuk He is right. MT and mavgMT are not defined and causing errors.....
AntoGH Bonjour peut-on backtester cela ? Et si vous l'avez fait pourriez vous nous donner le code.....
Nicolas désolé c'est un oubli de ma part, tu peux supprimer cette ligne, elle n'est plus utile dans ...
DELBERT Bonjour , Nicolas , merci pour ta réponse , je suis en effet avec PRT 10.3 , et j'ai bidouil...
RakeshPoluri I have a question about the bands on the candles. Is it bollinger bands or something else?
Nicolas I think that's 2 Bollinger Bands
Emperor.it "style(line,2)" C'è una guida ai parametri che si possono modificare ? Tipo stile della lin...
IV Mcm https://www.prorealcode.com/programming-with-prorealtime/
supertiti https://zupimages.net/viewer.php?id=20/50/2e3v.jpg
volanirina Bonjour Je souhaite l'avoir sur l'indicateur MT4 si possible s'il vous plait. car je l'ai fa...
Nicolas ProRealCode est un site dédié à l'utilisation de la plateforme de trading ProRealTime: https...

Top