OPEN-SOURCE SCRIPT
已更新

RVOL (Relative Volume) + Breakout Confirmation

656
AI generated indicator that does the following:

  1. RVOL: computes a baseline average volume with ta.sma(volume, rvolLen).
  2. Relative volume: rvol = volume / avgVol.
  3. Breakout: checks if price breaks the previous rangeLen bars’ high/low (using [1] to exclude the current bar).
  4. Confirmation: breakout is only “valid” when rvol >= rvolThresh (default 1.8).
發行說明
* Adding default colors

免責聲明

這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。