SetBacktestMode( backtestRegularRawMulti );
--- In [email protected], "bigitop" <doctormu...@...> wrote: > > In certain situations I use an exit strategy that involves hedging by > having simultaneous open and short positions. This I do to minimize my > losses in a trade in which I think I may loose. Below is an example of > the generated signals: > > > > > The problem is that I can't get my low-level custom backtest procedure > to enter a simultaneous position in the opposite direction. > > Is this possible?? >
