tradingview/equity_put_call_ratio.pine

4 lines
106 B
Plaintext
Raw Permalink Normal View History

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