PureBytes Links
Trading Reference Links
|
We have a double window short setup on the Naz Comp as of the close
on Tuesday. You have to go back all the way to 9/26/2002 for the
last short setup window there -- single, double or otherwise.
Ditto the NDX, although you have to go back even farther, to July of
2002 to see the previous short setup on the NDX.
Neither DOW nor S&P "confirm".
These are only setups by the way, not signals. But they would become
signals if the Tuesday lows are taken out.
I've forgotten where I got these, but here is the AFL:
ConditionB = H < MA(Close,4);
ConditionB1 = PDI(14) >=30;
ConditionB2 = ADX(10) >=30 AND PDI(10) > MDI(10);
ConditionS = L > MA(Close,4);
ConditionS1 = MDI(14) >=30;
ConditionS2 = ADX(10) >=30 AND MDI(10) > PDI(10);
Buy = ConditionB AND (ConditionB1 OR ConditionB2);
Short = ConditionS AND (ConditionS1 OR ConditionS2);
Best,
Yuki
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Send the freshest Valentine's flowers with a FREE vase from only $29.99!
Shipped direct from the grower with a 7 day freshness guarantee and prices so low you save 30-55% off retail!
http://us.click.yahoo.com/_iAw9B/xdlHAA/3jkFAA/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
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:
http://docs.yahoo.com/info/terms/
|