PureBytes Links
Trading Reference Links
|
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5984
------------------------------------------------------------------------
Robert
For the System Tester you could try using -
{Close Long}
Month()<>Ref(Month(),+1);
For back testing this should suffice, though using a forward reference at
any time is dangerous for the uninitiated. If you want to trade on the first
day of a new month then you could use. You can't use the code above in real
time because the last bar of data will not be available owing to the use of
a positive reference. However only on my worst days do I fail to recognise
the last trading day of the month.
{Close Long}
Month()<>Ref(Month(),-1);
Roy
----- Original Message -----
From: <r.lamura@xxxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: Thursday, January 09, 2003 10:35 AM
Subject: [EquisMetaStock Group] Exit after one day
> Hi Folks!
> I am new to the group and I wish everyone an Happy and Lucky New Year!
> I have this little problem, I want to test a trading system,
> specifically a Walter Downs Pattern named VOI GAPS. This kind of
> pattern states that we must enter the market when the open is
> superior to the previous monthly High, and EXIT the market at the end
> of the month; Well I do not know how to write the exit part in
> metastock code! There is no crossing of anything, The exit signal is
> only given by the end of month...
> Could anybody help me???
> Thanks a lot!
>
>
> 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/
>
>
>
>
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/
|