PureBytes Links
Trading Reference Links
|
Gary,
This might at least give you a start. I use the following function to
close the trades towards the end of a day (add it as an "OR" condition
to what ever other rules close the trade for you):
OR
Hour()*100+Minute()=1545
(just make sure your intraday bars have that interval)
Obviously then you could use:
AND
Hour()*100+Minute()>=930
when looking at opening the position back up again the next morning.
Since I don't know what parameters you are using to go long or short, I
can't help you with the rest but if you combine this with your minimal
requirements to be back in the trade, that should work.
Good Trading,
Joe J.
-----Original Message-----
From: Gary
Sent: Sun 10/27/2002 3:27 PM
To: Metastockusers@xxxxxxxxxxxxxxx
Cc:
Subject: [Metastockusers] Closing positions overnight
In writing a system for testing, has anyone written rules which will
close an open position at the end of the day (perhaps 15 minutes
before market close), and then re-open again the next morning? I'm
aiming to model my current day-trading strategy where I'm not
experienced enough to leave positions open overnight to avoid big
gains/losses from gap open. So, I'd like to remove the effects over
gap open changes from my test results.
I imagine that the time-based close is easy. But, I have not figured
out yet how to re-open a position on the open of the next day, OR
probably better - how to re-evaluate the position based on the
initial trading the next day to see whether yesterday's position
should still be open. Any thoughts?
Thanks.
Gary
Yahoo! Groups Sponsor
ADVERTISEMENT
<http://rd.yahoo.com/M=219695.2310151.3725769.1980433/D=egroupweb/S=1705
001779:HM/A=1226184/R=0/*http://ad.doubleclick.net/jump/N879.ameritrade.
yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1035757658?>
<http://us.adserver.yahoo.com/l?M=219695.2310151.3725769.1980433/D=egrou
pmail/S=:HM/A=1226184/rand=746820298>
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Plan to Sell a Home?
http://us.click.yahoo.com/J2SnNA/y.lEAA/jd3IAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Attachment:
Description: "winmail.dat"
|