PureBytes Links
Trading Reference Links
|
In a few words, when you see the red arrow, expect lower prices 7
bars later. The confirmation % is surprisingly [for the ^N225] high...
Dimitris
--- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx>
wrote:
>
> 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
------------------------ 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/
|