PureBytes Links
Trading Reference Links
|
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 Plot1>39 then setplotcolor(1,HiLoColor);
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Clyde Lee Chairman/CEO (Home of SwingMachine)
SYTECH Corporation email:clydelee@xxxxxxxxxxxxxxxxxxx
7910 Westglen, Suite 105 Office: (713) 783-9540
Houston, TX 77063 Fax: (713) 783-1092
Details at: www.theswingmachine.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
----- Original Message -----
From: "Brian Keith Voiles" <admagic@xxxxxxxx>
To: <realtraders@xxxxxxxxxxxxxxx>
Sent: Thursday, October 10, 2002 9:20 AM
Subject: [RT] EasyLanguage Formula Question
> 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);
>
>
>
> 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/
>
>
>
------------------------ 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/
Attachment:
Description: "junk.gif"
|