PureBytes Links
Trading Reference Links
|
Hello Dimitris,
interesting. Can you correct me if I am wrong but when running this as a
scan it shows an entry 5 days afterstochD() is less than the day before
value for stochd?
So to scan to locate an entry would one change that to 4 days?
Regards,
Don
-----Original Message-----
From: DIMITRIS TSOKAKIS [mailto:TSOKAKIS@xxxxxxxxx]
Sent: Monday, 15 November 2004 8:04 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Excellent ^N225 statistics
The
y=StochD();
z=BarsSince(y<Ref(y,-1));
Short=z==5 AND y>Optimize("y",77,70,90,1);
d=Optimize("d",7,5,10,1);
Cover=Ref(Short,-d);
Plot(C,"",1,64);
PlotShapes(shapeDownArrow*Short,colorRed);
PlotShapes(shapeUpArrow*Cover,colorBrightGreen);
gives excellent winners/losers ratio [12:2, 15:1 etc] for the last
^N225 years.
Dimitris
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|