PureBytes Links
Trading Reference Links
|
Hi,
I've just finished reading 'MS formula primer' and I'm trying to do my
first system.
Enter Long: Fml("my formula")=1
Close Long: Fml( "my formula")=0
where "my formula" is: (H-L)/L>=0.01 AND H=C
I would like to enter long the Open the day after the condition is
true and exit on the Close of the same day.
so in System Tester-->options-->testing--trade price I put:
Entry Price: Open
Delay: 1
Exit Price: Close
Delay: 0
but it does not work. from the reports I see the exit is the day after
the entry. I would like to exit the same day. Can someone help me
understand where is my mistake?
thank you
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/
|