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!
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.