PureBytes Links
Trading Reference Links
|
Panos,
Use StochK function instead of Stoch.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Panos Boufardeas" <akaraman@xxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, August 02, 2003 3:46 PM
Subject: [amibroker] Ver440 & colors
> Hi
>
> in Candlesticks I cannot see any color in the following formula of the new
> AB 443 and 444 Version
>
>
> OverBought = (Stoch(14) > 80) AND (RSI(14) > 70) AND (CCI(14) >100);
> OVERSOLD =(Stoch() < 20)AND(RSI(14) < 30) AND(CCI(14) < -100);
> Color = IIf (OverBought, 4, IIf (OVERSOLD,5,1));
> Plot( C, "C ", Color , 64);
> GraphXSpace=1;
>
> i am sure something i missing here but what?
>
>
>
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/sO0ANB/LIdGAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|