ninjatrader/indicators/put-call-ratio/README.md

14 lines
362 B
Markdown
Raw Normal View History

# 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
---