PVT
— Price Volume Trend Trading Series
The PVT
trading series represents the Price Volume Trend (PVT) indicator, which combines price change and volume to identify trend strength.
It is built upon the Price Volume Trend indicator implementation from the indicators module.
Parameters
PVT(
ticker: str
)
ticker
(str
): Asset ticker symbol.
Description
- Accumulates volume based on proportional price changes.
- Used to confirm trends and possible reversals.
Example Usage
PVT(
ticker="AAPL"
)