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

Re: Entering on an Open Only Stop



PureBytes Links

Trading Reference Links

At 10:03 AM -0600 7/4/01, Dave Nadeau wrote:

>As an example, I'd like to enter short on the open of a daily bar if it is
>lower than the previous day's low. 

How about:

   if Open of next bar < Low then Sell next bar at market;

Bob Fulks