Author
ScanTheMarket
Title
Rainbow Oscillator
Description
Stocks where the Rainbow Oscillator has crossed into positive territory anytime during the current trading session.
Script
SET R = RBO(CLOSE, 3, SIMPLE)
FIND STOCKS WHERE R > 0.5 AND REF(R, 1) < 0.5
Script ID