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

Re: exitlong shenanigans



PureBytes Links

Trading Reference Links


>From: "Rob Marsh" <dartingriver@xxxxxxxxxxxxxxxxxxxxx>
>To: "omega list" <omega-list@xxxxxxxxxx>
>Subject: exitlong shenanigans
>Date: Fri, 5 Oct 2001 20:44:17 +0100

Check your clock: "Date: Fri, 5 Oct 2001 20:44:17 +0100"

>
>Maybe I've been staring at it too long but what's wrong with the following 
>line?
>
>if marketposition(0) =1 and time = 1630 then exitlong;
>
>All I want to do is exit any long positions at half past four, for crying 
>out loud.

If you are in the USA, then most markets are closed at "half past four."

try: if time = 1530 then exitlong at market;

BW

>
>Rob.
>
>
>
>