OPEN-SOURCE SCRIPT

Candle Size Tracker

Use Case
This script is particularly useful for traders who want to identify periods of increasing candle volatility or momentum.

Functionality
Candle Size Calculation:
The script calculates the size of each candle by subtracting the low price from the high price.

Comparison with Previous Candle:
It checks if the current candle's size is greater than or equal to the previous candle's size. If true, a visual label is added above the candle.

Dynamic Label Management:
To avoid cluttering the chart, it uses a lookback period (lookback) to remove old labels. Labels are removed if they exceed the defined lookback period.

Customization Options:

Lookback Period: You can set the number of bars to retain labels (default: 2).
Vertical Offset: Adjusts the position of the label above the candle relative to the high price.
Label Opacity: Controls the transparency of the label (default: 50%).

The full script:


candlecandlesizeCandlestick analysis

Script de código aberto

No verdadeiro espírito do TradingView, o autor desse script o publicou como código aberto, para que os traders possam compreendê-lo e analisá-lo. Parabéns ao autor! Você pode usá-lo gratuitamente, mas a reutilização desse código em publicações é regida pelas Regras da Casa. Você pode favoritá-lo para usá-lo em um gráfico.

Quer usar esse script no gráfico?

Aviso legal