[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exit on Close



PureBytes Links

Trading Reference Links

Exit on close.

why not try (in the "close postion" area):    

x:=hour();
y:=minute();

x=15 and y=15

this should define 3:15 pm.  closing time for the indexes. (pick your times) 
i think this will work.  it has been awhile since i used this but i have made 
this work in the past.  i may have set it up wrong but the basic approach is 
right.  i think.    of course this was on intraday charts.  may not be right 
for eod.  

best of luck.

krm