PureBytes Links
Trading Reference Links
|
Thanks to both Jose and Pierre for your suggestions. For some reason
I couldn't get the code that Jose posted to work (I am sure it is me)
but the Inactivity Stop worked great. The funny thing is that both
ways that I exited were profitable.
Thanks
Eric
--- In equismetastock@xxxxxxxxxxxxxxx, Pierre Tremblay <pt2000@xxxx>
wrote:
> What do you think that MS system tester will do when you have a stock
> that continue down 1,2 or 4 straight days ? Your condition to exit will
> not be true.
>
> Instead you can use INACTIVITY STOP, for 1 day with a large value, like
> 99 % or 999 points change to get what you want.
>
> Pierre Tremblay
>
>
> budgetanalyst a écrit:
>
> >
> >Hello,
> >
> >I am trying to run a System Test and here are my conditions:
> >
> >Enter Long:
> >
> >(CLOSE<Ref(C,-1))AND
> >(Ref(C,-1)<Ref(C,-2))AND
> >(Ref(C,-2)<Ref(C,-3))AND
> >(Ref(C,-3)<Ref(C,-4))
> >
> >Close Long:
> >
> >BarsSince((CLOSE<Ref(C,-1))AND
> >(Ref(C,-1)<Ref(C,-2))AND
> >(Ref(C,-2)<Ref(C,-3))AND
> >(Ref(C,-3)<Ref(C,-4))) = 1
> >
> >What I am trying to do is to buy on the close when a stock has gone
> >down for 4 straight days. I plan on closing it out the next day at
> >the close. I have tested this and it appears that some trades follow
> >exactly what I thought is in the conditions but some trades don't
> >actually close until 2 or all the way up to 4 days later. Why aren't
> >all trades being closed the next day that I enter it?
> >
> >Does anyone have any ideas?
> >
> >Thanks
> >Eric
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/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/
|