In addition to what Tomasz pointed out, double check that you aren't using functions that may look into the future (e.g., Zig, Peak, etc.). If you have identical settings including identical date ranges but run it on different computers that have different latest bar data (i.e., you synced up one computer today to to latest data but other computer was last synced via data feed a few days/weeks ago), this can cause differences (and is a hint that you have postdictive error logic in your system). A quick way to verify that you aren't referencing future data is via the Check AFL button in your AFL editor.
JD --- In [email protected], "dbirru" <[EMAIL PROTECTED]> wrote: > > Hi, > > I run 2 AB backtests (2 parallel runs) on the same computer. Both use > identical settings and AFL. But, backtest backtest results are totally > different. > > Is this a known problem? > > I use AB 4.86.0 > > Thanks > D. >
