2024-11-19 15:51:20 +00:00
# Put / Call Ratio
The **Put / Call Ratio** is defined as follows:
```
Put / Call Ratio = Total Put Options Volume / Total Call Options Volume
```
This indicator requires an [IQFeed ](https://www.iqfeed.net/ ) data subscription as it relies on the following market statistics symbols:
* VPOT.Z - Option Put Volume Total
* VCOT.Z - Option Call Volume Total
2024-11-19 15:54:09 +00:00
## Parameters
N / A
## Plots
**Put / Call Ratio**: The total put option volume divided by the total call option volume. (Default: Yellow Solid Line 3px)
2024-11-19 15:57:35 +00:00
## Screenshots
![Put / Call Ratio ](https://static.moshington.com/images/indicators/put-call-ratio/put-call-ratio.png )
2024-11-19 16:03:54 +00:00
## Strategies
The [Put / Call Ratio Highs and Lows strategy ](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/strategies/put-call-ratio-highs-and-lows ) is based on this indicator.
2024-11-19 15:51:20 +00:00
---