PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "sjaak1943" <sjaakhaasnoot@xxxx>
wrote:
> Hi Dimitris,
>
> I have tried what you suggested, on the Dutch AEX, the exits were
> almost to early, most entries were good.
>
> {
> S2=Sum(C<Ref(C,-3),x)==x;
> Buy=s2==0 AND Ref(s2,-1);
> S3=Sum(C>Ref(C,-3),x)==x;
> Sell=s3==0 AND Ref(s3,-1);
> PlotShapes((shapeHollowSmallCircle+shapePositionAbove)*s2,x);
> PlotShapes(shapeUpArrow*Buy,colorGreen);
> PlotShapes(shapeDownArrow*Sell,colorRed);
>
> Title=Title+WriteIf(s2,"["+WriteVal(x,1.0)+"]","");
> }
> Maybe the SAR is a good exit indicator, anyway so it seems to me.
> How is the heat over there? We wait until october before going to
> Crete.
Yes, October will be better. This is the hot weekend before a hot
Monday and so on.
> Sjaak
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/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
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|