tradingview/put_call_ratio.pine

4 lines
98 B
Plaintext
Raw Permalink Normal View History

2023-10-31 12:49:46 +00:00
//@version=5
indicator("Put / Call Ratio")
pcr = request.security("USI:PCC", "D", close)
plot(pcr)