InvestorsHub Logo
icon url

jebo

04/07/11 5:13 PM

#412 RE: webx99 #393

def will = round(RSIWilder(length = 2));

def over_Bought = 90;
def over_Sold = 11;

plot result = will;

assignBackgroundColor(if will<over_Sold then color.green else if will > over_Bought then color.red else color.current);

#

Cool. Glad to help. Here's a cleanup. Just change the value of over_Bought and over_Sold to your criteria. Easier to glance at colors and see the timeframes line up.

I'm not sure if the tos scan allows you to scan rsi on multiple timeframes. Try checking TOS_thinkscript on yahoo groups or thinkscripter.

Otherwise, I was wondering what else people use to scan intraday unusual option activity that isn't delayed by 20min. Anything else besides livevol?