When I run a backtest for my system (which uses the Scalin function) I get a different result depending on whether the "Equity(1)" function is enabled in my code. When I use "Equity(0)", the results are the same as when the function is not used. I have noticed by using "Equity(1)" that all the scalein trades have been removed, and the reflected results.
When I try to use the Explorer, the "Equity(0)" function produces the same results as the "Equity(1)" results - those of having not scaled in. How can I get my explorer results to produce the same equity values as those in the backtest with ScaleIns? Adrian
