InvestorsHub Logo
Followers 0
Posts 7
Boards Moderated 0
Alias Born 02/07/2010

Re: webx99 post# 393

Thursday, 04/07/2011 5:13:09 PM

Thursday, April 07, 2011 5:13:09 PM

Post# of 731
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?

Join the InvestorsHub Community

Register for free to join our community of investors and share your ideas. You will also get access to streaming quotes, interactive charts, trades, portfolio, live options flow and more tools.