PureBytes Links
Trading Reference Links
|
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 --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|