OPEN-SOURCE SCRIPT

Ultra Volume High Breakout

ser Inputs:

length: Defines the period to calculate the moving average of volume.
multiplier: Sets the threshold above the moving average to consider as "Ultra Volume."
breakoutMultiplier: Allows for customization of breakout sensitivity.
Volume Calculation:

The script calculates a simple moving average (SMA) of the volume for a defined period (length).
It then detects if the current volume is higher than the moving average multiplied by the user-defined multiplier.
Breakout Condition:

The script checks if the price has moved above the highest close of the previous length periods while the volume condition for "Ultra Volume" is true.
Visuals:

The script marks the breakout with an upward label below the bar (plotshape), colored green for easy identification.
Ultra volume is highlighted with a red histogram plot.
Alert Condition:

An alert condition is included to trigger whenever an ultra volume high breakout occurs.
Customization:
You can adjust the length, multiplier, and breakoutMultiplier to fit your strategy and asset volatility.
Alerts can be set in TradingView to notify you when this condition is met.
Let me know if you'd like further customization or explanation!






Candlestick analysisHistorical Volatility

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