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

Re: Easy Language



PureBytes Links

Trading Reference Links

At 07:18 AM 1/23/2005, Thomas Morrow wrote:

>The scenario is if i have a position at the beginning of the day and want to exit at the end of the day.
>Knowing i have a position is easy enough, ie Marketposition = 1 or -1.
>However, if i say "exitlong at close stop", then easylanguage  exits at the close of the previous day on stop.
>Any suggestions ?

"ExitLong at Close stop" exits tomorrow at a price equal to the close of today on a stop.

You probably need "ExitLong this bar at Close", or "SetExitOnClose".

Bob Fulks