PureBytes Links
Trading Reference Links
|
Cond2=Cross(H,MA(C,4)<FONT
color=#ff0000>);<LABEL id=HbSession
SessionId="804177031">
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=theoldchartreader@xxxxxxxxx
href="">theoldchartreader
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Monday, December 01, 2003 8:21
PM
Subject: [amibroker] (unknown)
Hi,If someone has the time could they please see what I
am doing wrong.I would like to backtest this formula.This what I am
trying to do.Long TradeWhen a single price bar has its high
trading below the SMA-4,ADX-10 >= 30 and + DI above - DI or + DI-14
>= 30 enter the market tomorrow if price trades above the prior
days high.Cond1=Ref
(Cross(MA(C,4),High),-1);Cond2=Cross(H,MA(C,4);ADXabove30=ADX(10)>30;ADXaboveDI
= ADX( 14 ) > PDI( 14 ) AND ADX( 14 ) > MDI( 14 ) OR
ADX(14)>=30;Buy=cond1 AND Cond2 AND ADXabove30 AND
ADXaboveDI;Thank you in advance,DennisSend
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
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.
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.
|