PureBytes Links
Trading Reference Links
|
Hi,
Try this but also see AmiBroker help file, search
for StochD and StochK.
OverBought = (StochD(<FONT
color=#ff00ff>14) > 80) AND (<FONT
color=#0000ff>RSI(14) > <FONT
color=#ff00ff>70) AND (CCI(<FONT
color=#ff00ff>14) >100);OVERSOLD
=(StochD(<FONT face="Courier New"
color=#ff00ff>14) < 20)AND(<FONT
color=#0000ff>RSI(14) < <FONT
color=#ff00ff>30) AND(CCI(<FONT
color=#ff00ff>14) < -100);Color = <FONT
color=#0000ff>IIf (OverBought, <FONT face="Courier New"
color=#ff00ff>4, IIf (OVERSOLD,<FONT
color=#ff00ff>5,1));<FONT
color=#0000ff>Plot( C, "C ", Color ,
64);GraphXSpace=<FONT
color=#ff00ff>1;
Regards,
William Peters
<FONT
size=2>www.amitools.com
-----Original Message-----From: Panos Boufardeas [<A
href="">mailto:akaraman@xxxxxxx]Sent: Saturday
August 2, 2003 6:46 AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Ver440 & colorsHiin Candlesticks I cannot see any color
in the following formula of the newAB 443 and 444
VersionOverBought = (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?------------------------
Yahoo! Groups Sponsor ---------------------~-->Free shipping on all
inkjet cartridge & refill kit orders to US & Canada. Low prices up to
80% off. We have your brand: HP, Epson, Lexmark & more.<A
href=""
target=_blank>http://www.c1tracking.com/l.asp?cid=5510<A
href=""
target=_blank>http://us.click.yahoo.com/GHXcIA/n.WGAA/ySSFAA/GHeqlB/TM---------------------------------------------------------------------~->Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx(Web page: <A
href=""
target=_blank>http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href=""
target=_blank>http://groups.yahoo.com/group/amibroker/files/groupfaq.htmlYour
use of Yahoo! Groups is subject to <A href=""
target=_blank>http://docs.yahoo.com/info/terms/
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|