//@version=5 indicator('Royal Scanner', overlay=true) //////////// // INPUTS // // SMA rsi_len = input.int( 14, title = "RSI Length", group = "Indicators") rsi_os = input.float(30, title = "RSI Overbought", group = "Indicators") rsi_ob = input.float(70, title = "RSI Oversold", group = "Indicators") // TSI tsi_long_len = input.int( 25, title = "TSI...
//@version=5 indicator('Royal Scanner', overlay=true) //////////// // INPUTS // // SMA rsi_len = input.int( 14, title = "RSI Length", group = "Indicators") rsi_os = input.float(30, title = "RSI Overbought", group = "Indicators") rsi_ob = input.float(70, title = "RSI Oversold", group = "Indicators") // TSI tsi_long_len = input.int( 25, title = "TSI...