PureBytes Links
Trading Reference Links
|
I'm trying to plot an RSI that will change to yellow when it's
value is <39 AND >61.
Here's what I have... but alas... it doesn't work.
What am I doing wrong?
Thanks,
Brian
Inputs: Price(Close), Length(5), BuyZone(30), SellZone(70), BZColor(Green),
SZColor(Magenta), HiLoColor(Yellow);
Plot1(RSI(Price, Length), "RSI");
Plot2(BuyZone, "BuyZone");
Plot3(SellZone, "SellZone");
If Plot1 (<61 AND >39) then setplotcolor(1,HiLoColor);
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Home Selling? Try Us!
http://us.click.yahoo.com/QrPZMC/iTmEAA/MVfIAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|