Or is there another way of obtaining the profit of a system on a weekly basis, without using the Equity function. My Explorer code is:
Filter = DayOfWeek() ==5 AND Day()>Ref(Day(),-1); AddColumn(Equity(0)-30000,"Equity"); --- In [email protected], "Adrian" <adrianmollenho...@...> wrote: > > 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 >
