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

Re: EL ? - Prevent two entries same bar



PureBytes Links

Trading Reference Links

One method is to condition long/short entry on not already being long/short.
On long entry "if (MarketPosition <> 1) and ... <rest of conditions"> and on
short entry "if (MarketPosition <> -1) and ... <rest of conditions>"

Earl
-----Original Message-----
From: Bill Keyer <bjkeyer@xxxxxxxxxxxxx>
To: omega-list@xxxxxxxxxx <omega-list@xxxxxxxxxx>
Date: Wednesday, February 18, 1998 9:54 PM
Subject: EL ? - Prevent two entries same bar


>Can anyone offer a work around to prevent multiple entries
>in the same bar? -- First, I am dealing with daily data.