PVI
— Positive Volume Index Trading Series
The PVI
trading series represents the Positive Volume Index (PVI), which tracks price changes on days when volume increases.
It is built upon the Positive Volume Index indicator implementation from the indicators module.
Parameters
PVI(
ticker: str
)
ticker
(str
): Asset ticker symbol.
Description
- Focuses on days when trading volume increases compared to the prior day.
- Helps identify bullish market activity driven by mass participation.
Example Usage
PVI(
ticker="AAPL"
)