diff --git a/put_call_ratio.pine b/put_call_ratio.pine new file mode 100644 index 0000000..b215af6 --- /dev/null +++ b/put_call_ratio.pine @@ -0,0 +1,4 @@ +//@version=5 +indicator("Put / Call Ratio") +pcr = request.security("USI:PCC", "D", close) +plot(pcr) \ No newline at end of file