PureBytes Links
Trading Reference Links
|
But now the SellZone and BuyZone don't plot!
Sheesh!... what am I overlooking?
Thanks all.
-- Brian
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);
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Plan to Sell a Home?
http://us.click.yahoo.com/J2SnNA/y.lEAA/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/
|