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

Re: coding a limit on intraday entries



PureBytes Links

Trading Reference Links

This will work.  The only exception will be if you carry a position over
from the previous trading session.   

Input: Exits(2);

IF ExitsToday(Date)<=Exits then begin
	
	code

end;