PureBytes Links
Trading Reference Links
|
How's this?...
Inputs: ChopLo(39), ChopHi(61),Price(Close), Length(5), BuyZone(30),
SellZone(70), BZColor(Green), SZColor(Red), ChopColor(Yellow);
Plot1(RSI(Price, Length), "RSI");
Plot2(BuyZone, "BuyZone");
Plot3(SellZone, "SellZone");
If Plot1 > ChopLo AND Plot1 < ChopHi
Then setplotcolor(1, ChopColor);
It seems to work!
-- Brian
------------------------ Yahoo! Groups Sponsor ---------------------~-->
4 DVDs Free +s&p Join Now
http://us.click.yahoo.com/pt6YBB/NXiEAA/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/
|