PureBytes Links
Trading Reference Links
|
What's "HaDiffCo"?
It's not initialized.
Sjaak
<LABEL id=HbSession
SessionId="3871869257">
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
jnk1997
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, February 01, 2004 9:34
PM
Subject: [amibroker] Aaaah Just wrote my
first AFL !
Hello,OK, this is basic "0 cross" for the Heikin
Ashi Indicator.Can be used as Scan, Exploration, or Trading.Needs work
to improve profitabilty.RegardsJimBuy = Cross (HaDiffCo,
0);Cover = Cross (HaDiffCo, 0);Sell = Cross (0, HaDiffCo);Short =
Cross (0, HaDiffCo);Buy=Cover;Sell=Short;Filter=Buy OR
Sell OR Short OR Cover;Buy=ExRem(Buy,Sell); Sell=ExRem(Sell,Buy);
Short=ExRem(Short,Cover);
Cover=ExRem(Cover,Short);AddColumn(Buy,"Buy");AddColumn(Sell,"sell");AddColumn(Short,"short");AddColumn(Cover,"cover");Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Deze e-mail is door E-mail VirusScanner van Planet Internet gecontroleerd op
virussen. Op <A
href='"http://www.planet.nl/evs"'>http://www.planet.nl/evs staat een
verwijzing naar de actuele lijst waar op wordt gecontroleerd.
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
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|