Hi, How can I create a explorer to check a stock with RSI(n) < 1
I was trying to use a explorer like this. But doesn´t work. Buy = RSI(14) < 30; Sell = RSI(14) > 90; Filter=Buy OR Sell; AddColumn( DateTime(), "Date", formatDateTime ); AddColumn( RSI(14), "RSI"); Why doesn´t work ? B/c when I run the explore, show me some Ticker with RSI like 50 and I was trying to see only < 30 or > 90. Thanks in advance, RR
