PureBytes Links
Trading Reference Links
|
Is there any way I can test the following Short exploration across
two years of data ie Jan 1st 2002 to Dec 31, 2003 in one go rather
than one day at a time, or possibly one month or more at a time.
Thanks in advance Phill.
Cross(80,Stoch10,3))
AND CLOSE > 1
AND CLOSE < Mov(CLOSE,100,S)
AND ATR(30) / CLOSE * 100 > 2
AND ATR(30) / CLOSE * 100 < 8
AND Mov(C,21,S) * Mov(V,21,S) > 500000
AND Mov(C,21,S) * Mov(V,21,S) < 10000000
AND Mov(C,100,S) < Ref(Mov(C,100,S),-50) - 4 *ATR
(100);
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|