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

Re: None

Wednesday, 04/06/2011 11:10:39 PM

Wednesday, April 06, 2011 11:10:39 PM

Post# of 731
Here's a snippet of code to color the rsi columns in tos quote watch. Enclosed is a sample image.

http://img197.imageshack.us/i/screencapturewt.png/



def will = round(RSIWilder(length = 2, over_Bought = 90, over_Sold = 11));


plot result = will;
assignBackgroundColor(if will>75 then color.green else if will<25 then color.red else color.current);

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.