From 8f3203998256260c5b5dc9dee1faaab019b2fe5c Mon Sep 17 00:00:00 2001 From: moshferatu Date: Tue, 19 Nov 2024 07:51:20 -0800 Subject: [PATCH] Initial commit of Put / Call Ratio indicator README --- indicators/put-call-ratio/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 indicators/put-call-ratio/README.md diff --git a/indicators/put-call-ratio/README.md b/indicators/put-call-ratio/README.md new file mode 100644 index 0000000..5d3d7a4 --- /dev/null +++ b/indicators/put-call-ratio/README.md @@ -0,0 +1,14 @@ +# 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 + +--- \ No newline at end of file