Issue when trying to improve a strategy in the builder

This bug appears when I want to improve a strategy via the builder.
I load the strategy, select parameters for improvement, click on start and the builder collects the initial population. When it has finished, it stopped and does not launch the evolution process (genetic evolution). Here below a copy paste of the message in the task window

22:41:24 Project finished 22:41:24 Finished in 30s 22:41:24 com.strategyquant.tradinglib.BlockDefinitionException: Cannot find block '#ExitAfterBars.ExitAfterBars#' at com.strategyquant.tradinglib.Blocks._get(Unknown Source) at com.strategyquant.tradinglib.Blocks.get(Unknown Source) at com.strategyquant.tradinglib.Blocks.get(Unknown Source) at com.strategyquant.tradinglib.Blocks.getBlockObject(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.negate(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.fixNonRandomElements(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.apply(Unknown Source) at com.strategyquant.tradinglib.gp.EvolutionPipeline.apply(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.nextEvolutionStep(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.gpEvolution(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.evolve(Unknown Source) at com.strategyquant.tradinglib.gp.GPIslandJob.call(Unknown Source) at com.strategyquant.tradinglib.gp.GPIslandJob.call(Unknown Source) at com.strategyquant.gridlib.compute.performer.MultithreadComputePerformer$1.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) 22:41:24 -- Evolving generation 1 population for island #3 22:41:24 -- Evolving generation 1 population for island #4 22:41:24 -- Initial population for island #3 generated 22:41:24 -- Initial population for island #4 generated 22:41:24 Strategy 3.0.75 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:24 Strategy 3.0.69 - Main test - OK in 1.10 s. - initial generation, not saving to databank 22:41:24 Strategy 4.0.72 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:41:24 Strategy 4.0.73 - Main test - OK in 0.49 s. - initial generation, not saving to databank 22:41:23 Strategy 3.0.73 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:41:23 Strategy 3.0.70 - Main test - OK in 0.72 s. - initial generation, not saving to databank 22:41:23 Strategy 3.0.68 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:23 Strategy 3.0.74 - Main test - dismissed: Automatic filter: no trades 22:41:23 Strategy 3.0.72 - Main test - dismissed: Automatic filter: no trades 22:41:23 Strategy 3.0.71 - Main test - dismissed: Automatic filter: no trades 22:41:23 com.strategyquant.tradinglib.BlockDefinitionException: Cannot find block '#ExitAfterBars.ExitAfterBars#' at com.strategyquant.tradinglib.Blocks._get(Unknown Source) at com.strategyquant.tradinglib.Blocks.get(Unknown Source) at com.strategyquant.tradinglib.Blocks.get(Unknown Source) at com.strategyquant.tradinglib.Blocks.getBlockObject(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.negate(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.fixNonRandomElements(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.apply(Unknown Source) at com.strategyquant.tradinglib.gp.EvolutionPipeline.apply(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.nextEvolutionStep(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.gpEvolution(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.evolve(Unknown Source) at com.strategyquant.tradinglib.gp.GPIslandJob.call(Unknown Source) at com.strategyquant.tradinglib.gp.GPIslandJob.call(Unknown Source) at com.strategyquant.gridlib.compute.performer.MultithreadComputePerformer$1.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) 22:41:23 -- Evolving generation 1 population for island #1 22:41:23 -- Initial population for island #1 generated 22:41:23 Strategy 4.0.71 - Main test - OK in 0.76 s. - initial generation, not saving to databank 22:41:23 Strategy 1.0.64 - Main test - OK in 0.69 s. - initial generation, not saving to databank 22:41:23 Strategy 4.0.70 - Main test - OK in 0.70 s. - initial generation, not saving to databank 22:41:23 Strategy 1.0.65 - Main test - OK in 0.54 s. - initial generation, not saving to databank 22:41:23 Strategy 4.0.69 - Main test - OK in 0.72 s. - initial generation, not saving to databank 22:41:23 Strategy 4.0.68 - Main test - OK in 0.61 s. - initial generation, not saving to databank 22:41:22 Strategy 3.0.64 - Main test - OK in 1.17 s. - initial generation, not saving to databank 22:41:22 com.strategyquant.tradinglib.BlockDefinitionException: Cannot find block '#ExitAfterBars.ExitAfterBars#' at com.strategyquant.tradinglib.Blocks._get(Unknown Source) at com.strategyquant.tradinglib.Blocks.get(Unknown Source) at com.strategyquant.tradinglib.Blocks.get(Unknown Source) at com.strategyquant.tradinglib.Blocks.getBlockObject(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.negate(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.fixNonRandomElements(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.apply(Unknown Source) at com.strategyquant.tradinglib.gp.EvolutionPipeline.apply(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.nextEvolutionStep(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.gpEvolution(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.evolve(Unknown Source) at com.strategyquant.tradinglib.gp.GPIslandJob.call(Unknown Source) at com.strategyquant.tradinglib.gp.GPIslandJob.call(Unknown Source) at com.strategyquant.gridlib.compute.performer.MultithreadComputePerformer$1.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) 22:41:22 -- Evolving generation 1 population for island #5 22:41:22 -- Initial population for island #5 generated 22:41:22 Strategy 5.0.62 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:22 Strategy 4.0.67 - Main test - dismissed: Automatic filter: too little trades 22:41:22 Strategy 3.0.61 - Main test - OK in 1.10 s. - initial generation, not saving to databank 22:41:22 Strategy 5.0.63 - Main test - dismissed: Automatic filter: no trades 22:41:22 Strategy 3.0.67 - Main test - OK in 0.71 s. - initial generation, not saving to databank 22:41:22 Strategy 3.0.65 - Main test - OK in 0.72 s. - initial generation, not saving to databank 22:41:22 Strategy 1.0.63 - Main test - dismissed: Automatic filter: no trades 22:41:22 Strategy 3.0.66 - Main test - OK in 0.58 s. - initial generation, not saving to databank 22:41:22 Strategy 1.0.62 - Main test - dismissed: Automatic filter: no trades 22:41:22 Strategy 3.0.60 - Main test - OK in 0.54 s. - initial generation, not saving to databank 22:41:21 Strategy 3.0.57 - Main test - OK in 0.69 s. - initial generation, not saving to databank 22:41:21 Strategy 3.0.63 - Main test - dismissed: Automatic filter: no trades 22:41:21 Strategy 3.0.59 - Main test - dismissed: Automatic filter: too little trades 22:41:21 Strategy 4.0.64 - Main test - OK in 0.83 s. - initial generation, not saving to databank 22:41:21 Strategy 3.0.62 - Main test - dismissed: Automatic filter: no trades 22:41:21 Strategy 4.0.62 - Main test - OK in 0.74 s. - initial generation, not saving to databank 22:41:21 Strategy 3.0.56 - Main test - OK in 0.51 s. - initial generation, not saving to databank 22:41:21 Strategy 4.0.63 - Main test - OK in 0.70 s. - initial generation, not saving to databank 22:41:21 Strategy 4.0.66 - Main test - OK in 0.58 s. - initial generation, not saving to databank 22:41:21 Strategy 3.0.58 - Main test - dismissed: Automatic filter: no trades 22:41:21 Strategy 4.0.59 - Main test - OK in 0.73 s. - initial generation, not saving to databank 22:41:21 Strategy 4.0.58 - Main test - OK in 0.68 s. - initial generation, not saving to databank 22:41:21 Strategy 4.0.65 - Main test - dismissed: Automatic filter: no trades 22:41:20 Strategy 5.0.61 - Main test - OK in 0.48 s. - initial generation, not saving to databank 22:41:20 Strategy 5.0.59 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:41:20 Strategy 4.0.61 - Main test - dismissed: Automatic filter: no trades 22:41:20 Strategy 5.0.58 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:20 Strategy 4.0.60 - Main test - dismissed: Automatic filter: too little trades 22:41:20 Strategy 4.0.57 - Main test - dismissed: Automatic filter: too little trades 22:41:20 Strategy 4.0.56 - Main test - dismissed: Automatic filter: no trades 22:41:20 Strategy 1.0.61 - Main test - OK in 0.73 s. - initial generation, not saving to databank 22:41:20 Strategy 5.0.56 - Main test - OK in 0.60 s. - initial generation, not saving to databank 22:41:20 Strategy 5.0.60 - Main test - dismissed: Automatic filter: no trades 22:41:20 Strategy 5.0.57 - Main test - OK in 0.44 s. - initial generation, not saving to databank 22:41:20 Strategy 1.0.59 - Main test - OK in 0.70 s. - initial generation, not saving to databank 22:41:20 Strategy 1.0.60 - Main test - OK in 0.57 s. - initial generation, not saving to databank 22:41:20 Strategy 1.0.58 - Main test - OK in 0.62 s. - initial generation, not saving to databank 22:41:20 Strategy 1.0.56 - Main test - OK in 0.67 s. - initial generation, not saving to databank 22:41:20 Strategy 3.0.51 - Main test - OK in 0.93 s. - initial generation, not saving to databank 22:41:19 Strategy 1.0.57 - Main test - dismissed: Automatic filter: no trades 22:41:19 Strategy 3.0.53 - Main test - OK in 0.73 s. - initial generation, not saving to databank 22:41:19 Strategy 3.0.55 - Main test - dismissed: Automatic filter: too little trades 22:41:19 Strategy 3.0.52 - Main test - OK in 0.60 s. - initial generation, not saving to databank 22:41:19 Strategy 3.0.45 - Main test - OK in 0.97 s. - initial generation, not saving to databank 22:41:19 Strategy 3.0.49 - Main test - OK in 0.64 s. - initial generation, not saving to databank 22:41:19 Strategy 3.0.47 - Main test - OK in 0.65 s. - initial generation, not saving to databank 22:41:19 Strategy 3.0.54 - Main test - dismissed: Automatic filter: no trades 22:41:19 Strategy 3.0.50 - Main test - dismissed: Automatic filter: no trades 22:41:19 com.strategyquant.tradinglib.BlockDefinitionException: Cannot find block '#ExitAfterBars.ExitAfterBars#' at com.strategyquant.tradinglib.Blocks._get(Unknown Source) at com.strategyquant.tradinglib.Blocks.get(Unknown Source) at com.strategyquant.tradinglib.Blocks.get(Unknown Source) at com.strategyquant.tradinglib.Blocks.getBlockObject(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.negate(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.fixNonRandomElements(Unknown Source) at com.strategyquant.tradinglib.gp.strategies.FixNonRandomBlocks.apply(Unknown Source) at com.strategyquant.tradinglib.gp.EvolutionPipeline.apply(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.nextEvolutionStep(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.gpEvolution(Unknown Source) at com.strategyquant.tradinglib.gp.GPGenerationalEngine.evolve(Unknown Source) at com.strategyquant.tradinglib.gp.GPIslandJob.call(Unknown Source) at com.strategyquant.tradinglib.gp.GPIslandJob.call(Unknown Source) at com.strategyquant.gridlib.compute.performer.MultithreadComputePerformer$1.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) 22:41:19 -- Evolving generation 1 population for island #2 22:41:19 -- Initial population for island #2 generated 22:41:19 Strategy 3.0.48 - Main test - dismissed: Automatic filter: too little trades 22:41:19 Strategy 3.0.43 - Main test - OK in 0.55 s. - initial generation, not saving to databank 22:41:19 Strategy 2.0.54 - Main test - OK in 0.84 s. - initial generation, not saving to databank 22:41:19 Strategy 3.0.42 - Main test - OK in 0.64 s. - initial generation, not saving to databank 22:41:19 Strategy 3.0.46 - Main test - dismissed: Automatic filter: no trades 22:41:18 Strategy 2.0.55 - Main test - OK in 0.58 s. - initial generation, not saving to databank 22:41:18 Strategy 3.0.44 - Main test - dismissed: Automatic filter: no trades 22:41:18 Strategy 2.0.51 - Main test - OK in 0.83 s. - initial generation, not saving to databank 22:41:18 Strategy 2.0.53 - Main test - OK in 0.58 s. - initial generation, not saving to databank 22:41:18 Strategy 2.0.49 - Main test - OK in 1.05 s. - initial generation, not saving to databank 22:41:18 Strategy 2.0.52 - Main test - OK in 0.60 s. - initial generation, not saving to databank 22:41:18 Strategy 2.0.48 - Main test - OK in 0.84 s. - initial generation, not saving to databank 22:41:18 Strategy 2.0.46 - Main test - OK in 0.85 s. - initial generation, not saving to databank 22:41:18 Strategy 2.0.47 - Main test - OK in 0.71 s. - initial generation, not saving to databank 22:41:18 Strategy 2.0.50 - Main test - OK in 0.50 s. - initial generation, not saving to databank 22:41:18 Strategy 2.0.44 - Main test - OK in 0.97 s. - initial generation, not saving to databank 22:41:17 Strategy 2.0.45 - Main test - OK in 0.53 s. - initial generation, not saving to databank 22:41:17 Strategy 4.0.55 - Main test - OK in 0.84 s. - initial generation, not saving to databank 22:41:17 Strategy 2.0.42 - Main test - OK in 0.83 s. - initial generation, not saving to databank 22:41:17 Strategy 4.0.54 - Main test - dismissed: Automatic filter: outlier trade - one exceptionally big trade 22:41:17 Strategy 2.0.43 - Main test - OK in 0.69 s. - initial generation, not saving to databank 22:41:17 Strategy 4.0.52 - Main test - OK in 0.85 s. - initial generation, not saving to databank 22:41:17 Strategy 4.0.53 - Main test - OK in 0.68 s. - initial generation, not saving to databank 22:41:17 Strategy 4.0.50 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:41:16 Strategy 4.0.48 - Main test - OK in 0.55 s. - initial generation, not saving to databank 22:41:16 Strategy 4.0.44 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:16 Strategy 4.0.49 - Main test - OK in 0.44 s. - initial generation, not saving to databank 22:41:16 Strategy 4.0.51 - Main test - dismissed: Automatic filter: no trades 22:41:16 Strategy 4.0.45 - Main test - OK in 0.57 s. - initial generation, not saving to databank 22:41:16 Strategy 4.0.43 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:41:16 Strategy 4.0.47 - Main test - dismissed: Automatic filter: too little trades 22:41:16 Strategy 4.0.42 - Main test - OK in 0.63 s. - initial generation, not saving to databank 22:41:16 Strategy 4.0.46 - Main test - dismissed: Automatic filter: too little trades 22:41:16 Strategy 5.0.54 - Main test - OK in 0.61 s. - initial generation, not saving to databank 22:41:16 Strategy 5.0.55 - Main test - OK in 0.52 s. - initial generation, not saving to databank 22:41:16 Strategy 5.0.53 - Main test - OK in 0.60 s. - initial generation, not saving to databank 22:41:16 Strategy 5.0.50 - Main test - OK in 0.76 s. - initial generation, not saving to databank 22:41:16 Strategy 5.0.51 - Main test - OK in 0.61 s. - initial generation, not saving to databank 22:41:16 Strategy 5.0.49 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:15 Strategy 5.0.48 - Main test - OK in 0.68 s. - initial generation, not saving to databank 22:41:15 Strategy 5.0.52 - Main test - dismissed: Automatic filter: no trades 22:41:15 Strategy 5.0.46 - Main test - OK in 0.79 s. - initial generation, not saving to databank 22:41:15 Strategy 1.0.55 - Main test - OK in 0.84 s. - initial generation, not saving to databank 22:41:15 Strategy 5.0.45 - Main test - OK in 0.70 s. - initial generation, not saving to databank 22:41:15 Strategy 5.0.44 - Main test - OK in 0.73 s. - initial generation, not saving to databank 22:41:15 Strategy 5.0.42 - Main test - OK in 0.64 s. - initial generation, not saving to databank 22:41:15 Strategy 5.0.43 - Main test - OK in 0.59 s. - initial generation, not saving to databank 22:41:15 Strategy 5.0.47 - Main test - dismissed: Automatic filter: too little trades 22:41:14 Strategy 1.0.54 - Main test - dismissed: Automatic filter: no trades 22:41:14 Strategy 1.0.51 - Main test - OK in 0.57 s. - initial generation, not saving to databank 22:41:14 Strategy 1.0.50 - Main test - OK in 0.62 s. - initial generation, not saving to databank 22:41:14 Strategy 1.0.52 - Main test - OK in 0.49 s. - initial generation, not saving to databank 22:41:14 Strategy 1.0.53 - Main test - dismissed: Automatic filter: no trades 22:41:14 Strategy 1.0.48 - Main test - OK in 0.71 s. - initial generation, not saving to databank 22:41:14 Strategy 1.0.49 - Main test - OK in 0.58 s. - initial generation, not saving to databank 22:41:14 Strategy 1.0.47 - Main test - OK in 0.83 s. - initial generation, not saving to databank 22:41:14 Strategy 1.0.46 - Main test - OK in 0.77 s. - initial generation, not saving to databank 22:41:14 Strategy 1.0.45 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:14 Strategy 1.0.44 - Main test - OK in 0.69 s. - initial generation, not saving to databank 22:41:14 Strategy 1.0.42 - Main test - OK in 0.76 s. - initial generation, not saving to databank 22:41:14 Strategy 1.0.43 - Main test - OK in 0.64 s. - initial generation, not saving to databank 22:41:14 Strategy 3.0.41 - Main test - OK in 0.82 s. - initial generation, not saving to databank 22:41:13 Strategy 3.0.39 - Main test - OK in 0.76 s. - initial generation, not saving to databank 22:41:13 Strategy 3.0.38 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:41:13 Strategy 3.0.40 - Main test - OK in 0.50 s. - initial generation, not saving to databank 22:41:13 Strategy 3.0.37 - Main test - OK in 0.65 s. - initial generation, not saving to databank 22:41:13 Strategy 3.0.35 - Main test - OK in 0.73 s. - initial generation, not saving to databank 22:41:13 Strategy 3.0.33 - Main test - OK in 0.80 s. - initial generation, not saving to databank 22:41:13 Strategy 3.0.32 - Main test - OK in 0.55 s. - initial generation, not saving to databank 22:41:13 Strategy 3.0.34 - Main test - OK in 0.44 s. - initial generation, not saving to databank 22:41:13 Strategy 3.0.30 - Main test - OK in 0.70 s. - initial generation, not saving to databank 22:41:13 Strategy 3.0.36 - Main test - dismissed: Automatic filter: no trades 22:41:12 Strategy 2.0.40 - Main test - OK in 0.81 s. - initial generation, not saving to databank 22:41:12 Strategy 2.0.41 - Main test - OK in 0.69 s. - initial generation, not saving to databank 22:41:12 Strategy 3.0.28 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:41:12 Strategy 2.0.39 - Main test - OK in 0.63 s. - initial generation, not saving to databank 22:41:12 Strategy 3.0.31 - Main test - dismissed: Automatic filter: no trades 22:41:12 Strategy 2.0.38 - Main test - OK in 0.67 s. - initial generation, not saving to databank 22:41:12 Strategy 3.0.29 - Main test - dismissed: Automatic filter: no trades 22:41:12 Strategy 2.0.37 - Main test - OK in 0.57 s. - initial generation, not saving to databank 22:41:12 Strategy 2.0.36 - Main test - OK in 0.61 s. - initial generation, not saving to databank 22:41:12 Strategy 2.0.34 - Main test - OK in 0.78 s. - initial generation, not saving to databank 22:41:12 Strategy 2.0.35 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:41:12 Strategy 2.0.32 - Main test - OK in 0.76 s. - initial generation, not saving to databank 22:41:12 Strategy 2.0.33 - Main test - OK in 0.65 s. - initial generation, not saving to databank 22:41:12 Strategy 2.0.30 - Main test - OK in 0.93 s. - initial generation, not saving to databank 22:41:11 Strategy 2.0.29 - Main test - OK in 0.80 s. - initial generation, not saving to databank 22:41:11 Strategy 2.0.31 - Main test - OK in 0.48 s. - initial generation, not saving to databank 22:41:11 Strategy 2.0.28 - Main test - OK in 0.71 s. - initial generation, not saving to databank 22:41:11 Strategy 4.0.41 - Main test - OK in 0.58 s. - initial generation, not saving to databank 22:41:11 Strategy 4.0.37 - Main test - OK in 0.72 s. - initial generation, not saving to databank 22:41:11 Strategy 4.0.40 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:41:11 Strategy 4.0.39 - Main test - OK in 0.55 s. - initial generation, not saving to databank 22:41:11 Strategy 4.0.34 - Main test - OK in 0.51 s. - initial generation, not saving to databank 22:41:11 Strategy 4.0.38 - Main test - dismissed: Automatic filter: no trades 22:41:10 Strategy 4.0.32 - Main test - OK in 0.53 s. - initial generation, not saving to databank 22:41:10 Strategy 4.0.28 - Main test - OK in 0.75 s. - initial generation, not saving to databank 22:41:10 Strategy 4.0.36 - Main test - dismissed: Automatic filter: no trades 22:41:10 Strategy 4.0.33 - Main test - dismissed: Automatic filter: no trades 22:41:10 Strategy 4.0.29 - Main test - OK in 0.52 s. - initial generation, not saving to databank 22:41:10 Strategy 4.0.35 - Main test - dismissed: Automatic filter: no trades 22:41:10 Strategy 5.0.41 - Main test - OK in 0.67 s. - initial generation, not saving to databank 22:41:10 Strategy 5.0.40 - Main test - OK in 0.65 s. - initial generation, not saving to databank 22:41:10 Strategy 4.0.31 - Main test - dismissed: Automatic filter: no trades 22:41:10 Strategy 4.0.30 - Main test - dismissed: Automatic filter: no trades 22:41:10 Strategy 5.0.39 - Main test - OK in 0.48 s. - initial generation, not saving to databank 22:41:10 Strategy 5.0.37 - Main test - OK in 0.63 s. - initial generation, not saving to databank 22:41:10 Strategy 5.0.34 - Main test - OK in 0.89 s. - initial generation, not saving to databank 22:41:10 Strategy 5.0.33 - Main test - OK in 0.80 s. - initial generation, not saving to databank 22:41:10 Strategy 5.0.35 - Main test - OK in 0.63 s. - initial generation, not saving to databank 22:41:10 Strategy 5.0.32 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:09 Strategy 5.0.38 - Main test - dismissed: Automatic filter: no trades 22:41:09 Strategy 5.0.36 - Main test - dismissed: Automatic filter: too little trades 22:41:09 Strategy 5.0.31 - Main test - OK in 0.57 s. - initial generation, not saving to databank 22:41:09 Strategy 5.0.30 - Main test - OK in 0.71 s. - initial generation, not saving to databank 22:41:09 Strategy 5.0.29 - Main test - OK in 0.79 s. - initial generation, not saving to databank 22:41:09 Strategy 1.0.38 - Main test - OK in 0.84 s. - initial generation, not saving to databank 22:41:09 Strategy 5.0.28 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:41:09 Strategy 1.0.36 - Main test - OK in 0.92 s. - initial generation, not saving to databank 22:41:09 Strategy 1.0.41 - Main test - OK in 0.54 s. - initial generation, not saving to databank 22:41:09 Strategy 1.0.40 - Main test - OK in 0.51 s. - initial generation, not saving to databank 22:41:09 Strategy 1.0.37 - Main test - OK in 0.49 s. - initial generation, not saving to databank 22:41:08 Strategy 1.0.39 - Main test - dismissed: Automatic filter: no trades 22:41:08 Strategy 1.0.35 - Main test - OK in 0.45 s. - initial generation, not saving to databank 22:41:08 Strategy 1.0.32 - Main test - OK in 0.71 s. - initial generation, not saving to databank 22:41:08 Strategy 1.0.33 - Main test - OK in 0.54 s. - initial generation, not saving to databank 22:41:08 Strategy 1.0.31 - Main test - OK in 0.60 s. - initial generation, not saving to databank 22:41:08 Strategy 1.0.28 - Main test - OK in 0.81 s. - initial generation, not saving to databank 22:41:08 Strategy 1.0.34 - Main test - dismissed: Automatic filter: no trades 22:41:08 Strategy 3.0.27 - Main test - OK in 0.69 s. - initial generation, not saving to databank 22:41:08 Strategy 1.0.29 - Main test - OK in 0.48 s. - initial generation, not saving to databank 22:41:08 Strategy 3.0.26 - Main test - OK in 0.54 s. - initial generation, not saving to databank 22:41:08 Strategy 3.0.25 - Main test - OK in 0.49 s. - initial generation, not saving to databank 22:41:08 Strategy 1.0.30 - Main test - dismissed: Automatic filter: no trades 22:41:08 Strategy 3.0.24 - Main test - OK in 0.70 s. - initial generation, not saving to databank 22:41:08 Strategy 3.0.21 - Main test - OK in 0.84 s. - initial generation, not saving to databank 22:41:07 Strategy 3.0.22 - Main test - OK in 0.65 s. - initial generation, not saving to databank 22:41:07 Strategy 3.0.20 - Main test - OK in 0.69 s. - initial generation, not saving to databank 22:41:07 Strategy 3.0.23 - Main test - OK in 0.43 s. - initial generation, not saving to databank 22:41:07 Strategy 3.0.18 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:07 Strategy 3.0.15 - Main test - OK in 0.92 s. - initial generation, not saving to databank 22:41:07 Strategy 2.0.26 - Main test - OK in 0.72 s. - initial generation, not saving to databank 22:41:07 Strategy 2.0.22 - Main test - OK in 0.94 s. - initial generation, not saving to databank 22:41:07 Strategy 3.0.19 - Main test - dismissed: Automatic filter: no trades 22:41:07 Strategy 2.0.25 - Main test - OK in 0.59 s. - initial generation, not saving to databank 22:41:07 Strategy 2.0.27 - Main test - OK in 0.45 s. - initial generation, not saving to databank 22:41:07 Strategy 3.0.17 - Main test - dismissed: Automatic filter: no trades 22:41:07 Strategy 3.0.16 - Main test - dismissed: Automatic filter: no trades 22:41:06 Strategy 2.0.20 - Main test - OK in 0.67 s. - initial generation, not saving to databank 22:41:06 Strategy 3.0.14 - Main test - dismissed: Automatic filter: no trades 22:41:06 Strategy 2.0.24 - Main test - dismissed: Automatic filter: no trades 22:41:06 Strategy 2.0.17 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:06 Strategy 4.0.24 - Main test - OK in 1.15 s. - initial generation, not saving to databank 22:41:06 Strategy 2.0.23 - Main test - dismissed: Automatic filter: no trades 22:41:06 Strategy 2.0.21 - Main test - dismissed: Automatic filter: no trades 22:41:06 Strategy 2.0.18 - Main test - OK in 0.41 s. - initial generation, not saving to databank 22:41:06 Strategy 2.0.15 - Main test - OK in 0.47 s. - initial generation, not saving to databank 22:41:06 Strategy 2.0.19 - Main test - dismissed: Automatic filter: no trades 22:41:06 Strategy 2.0.16 - Main test - OK in 0.41 s. - initial generation, not saving to databank 22:41:06 Strategy 2.0.14 - Main test - OK in 0.49 s. - initial generation, not saving to databank 22:41:06 Strategy 4.0.25 - Main test - OK in 0.62 s. - initial generation, not saving to databank 22:41:06 Strategy 4.0.21 - Main test - OK in 0.79 s. - initial generation, not saving to databank 22:41:06 Strategy 4.0.22 - Main test - OK in 0.71 s. - initial generation, not saving to databank 22:41:06 Strategy 4.0.27 - Main test - dismissed: Automatic filter: too little trades 22:41:06 Strategy 4.0.23 - Main test - OK in 0.53 s. - initial generation, not saving to databank 22:41:05 Strategy 4.0.19 - Main test - OK in 0.77 s. - initial generation, not saving to databank 22:41:05 Strategy 4.0.26 - Main test - dismissed: Automatic filter: no trades 22:41:05 Strategy 4.0.18 - Main test - OK in 0.57 s. - initial generation, not saving to databank 22:41:05 Strategy 4.0.15 - Main test - OK in 0.68 s. - initial generation, not saving to databank 22:41:05 Strategy 4.0.16 - Main test - OK in 0.63 s. - initial generation, not saving to databank 22:41:05 Strategy 4.0.17 - Main test - OK in 0.46 s. - initial generation, not saving to databank 22:41:05 Strategy 5.0.27 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:05 Strategy 4.0.20 - Main test - dismissed: Automatic filter: no trades 22:41:05 Strategy 5.0.25 - Main test - OK in 0.45 s. - initial generation, not saving to databank 22:41:05 Strategy 5.0.23 - Main test - OK in 0.61 s. - initial generation, not saving to databank 22:41:05 Strategy 4.0.14 - Main test - dismissed: Automatic filter: no trades 22:41:05 Strategy 5.0.24 - Main test - OK in 0.45 s. - initial generation, not saving to databank 22:41:04 Strategy 5.0.22 - Main test - OK in 0.59 s. - initial generation, not saving to databank 22:41:04 Strategy 5.0.26 - Main test - dismissed: Automatic filter: too little trades 22:41:04 Strategy 1.0.26 - Main test - OK in 1.06 s. - initial generation, not saving to databank 22:41:04 Strategy 5.0.18 - Main test - OK in 0.64 s. - initial generation, not saving to databank 22:41:04 Strategy 5.0.20 - Main test - OK in 0.47 s. - initial generation, not saving to databank 22:41:04 Strategy 5.0.17 - Main test - OK in 0.62 s. - initial generation, not saving to databank 22:41:04 Strategy 5.0.14 - Main test - OK in 0.72 s. - initial generation, not saving to databank 22:41:04 Strategy 5.0.21 - Main test - dismissed: Automatic filter: no trades 22:41:04 Strategy 5.0.19 - Main test - dismissed: Automatic filter: no trades 22:41:04 Strategy 1.0.27 - Main test - OK in 0.48 s. - initial generation, not saving to databank 22:41:04 Strategy 1.0.25 - Main test - OK in 0.59 s. - initial generation, not saving to databank 22:41:04 Strategy 5.0.15 - Main test - dismissed: Automatic filter: too little trades 22:41:04 Strategy 5.0.16 - Main test - dismissed: Automatic filter: no trades 22:41:04 Strategy 1.0.22 - Main test - OK in 0.61 s. - initial generation, not saving to databank 22:41:04 Strategy 1.0.20 - Main test - OK in 0.63 s. - initial generation, not saving to databank 22:41:03 Strategy 1.0.23 - Main test - OK in 0.46 s. - initial generation, not saving to databank 22:41:03 Strategy 1.0.19 - Main test - OK in 0.68 s. - initial generation, not saving to databank 22:41:03 Strategy 1.0.24 - Main test - dismissed: Automatic filter: no trades 22:41:03 Strategy 1.0.18 - Main test - OK in 0.58 s. - initial generation, not saving to databank 22:41:03 Strategy 1.0.21 - Main test - dismissed: Automatic filter: no trades 22:41:03 Strategy 1.0.17 - Main test - OK in 0.47 s. - initial generation, not saving to databank 22:41:03 Strategy 3.0.8 - Main test - OK in 0.97 s. - initial generation, not saving to databank 22:41:03 Strategy 3.0.13 - Main test - OK in 0.64 s. - initial generation, not saving to databank 22:41:03 Strategy 1.0.16 - Main test - OK in 0.42 s. - initial generation, not saving to databank 22:41:03 Strategy 1.0.14 - Main test - OK in 0.42 s. - initial generation, not saving to databank 22:41:03 Strategy 3.0.11 - Main test - dismissed: Automatic filter: too little trades 22:41:03 Strategy 1.0.15 - Main test - dismissed: Automatic filter: too little trades 22:41:03 Strategy 3.0.7 - Main test - OK in 0.77 s. - initial generation, not saving to databank 22:41:03 Strategy 3.0.12 - Main test - dismissed: Automatic filter: no trades 22:41:02 Strategy 3.0.6 - Main test - OK in 0.65 s. - initial generation, not saving to databank 22:41:02 Strategy 3.0.10 - Main test - dismissed: Automatic filter: no trades 22:41:02 Strategy 3.0.3 - Main test - OK in 0.75 s. - initial generation, not saving to databank 22:41:02 Strategy 3.0.9 - Main test - dismissed: Automatic filter: no trades 22:41:02 Strategy 3.0.5 - Main test - OK in 0.61 s. - initial generation, not saving to databank 22:41:02 Strategy 3.0.1 - Main test - OK in 0.62 s. - initial generation, not saving to databank 22:41:02 Strategy 3.0.2 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:41:02 Strategy 3.0.0 - Main test - OK in 0.57 s. - initial generation, not saving to databank 22:41:02 Strategy 2.0.13 - Main test - OK in 0.64 s. - initial generation, not saving to databank 22:41:02 Strategy 3.0.4 - Main test - dismissed: Automatic filter: no trades 22:41:02 Strategy 2.0.11 - Main test - OK in 0.70 s. - initial generation, not saving to databank 22:41:02 Strategy 2.0.12 - Main test - OK in 0.60 s. - initial generation, not saving to databank 22:41:02 Strategy 2.0.9 - Main test - OK in 0.70 s. - initial generation, not saving to databank 22:41:02 Strategy 2.0.8 - Main test - OK in 0.86 s. - initial generation, not saving to databank 22:41:02 Strategy 2.0.7 - Main test - OK in 0.85 s. - initial generation, not saving to databank 22:41:01 Strategy 2.0.10 - Main test - OK in 0.51 s. - initial generation, not saving to databank 22:41:01 Strategy 2.0.6 - Main test - OK in 0.66 s. - initial generation, not saving to databank 22:41:01 Strategy 2.0.2 - Main test - OK in 0.67 s. - initial generation, not saving to databank 22:41:01 Strategy 2.0.3 - Main test - OK in 0.62 s. - initial generation, not saving to databank 22:41:01 Strategy 2.0.5 - Main test - OK in 0.55 s. - initial generation, not saving to databank 22:41:01 Strategy 2.0.1 - Main test - OK in 0.67 s. - initial generation, not saving to databank 22:41:01 Strategy 4.0.13 - Main test - OK in 0.71 s. - initial generation, not saving to databank 22:41:01 Strategy 2.0.4 - Main test - dismissed: Automatic filter: no trades 22:41:01 Strategy 4.0.8 - Main test - OK in 0.94 s. - initial generation, not saving to databank 22:41:00 Strategy 4.0.7 - Main test - OK in 0.79 s. - initial generation, not saving to databank 22:41:00 Strategy 4.0.9 - Main test - OK in 0.54 s. - initial generation, not saving to databank 22:41:00 Strategy 2.0.0 - Main test - dismissed: Automatic filter: no trades 22:41:00 Strategy 4.0.10 - Main test - OK in 0.44 s. - initial generation, not saving to databank 22:41:00 Strategy 4.0.12 - Main test - dismissed: Automatic filter: no trades 22:41:00 Strategy 4.0.11 - Main test - dismissed: Automatic filter: no trades 22:41:00 Strategy 4.0.6 - Main test - OK in 0.48 s. - initial generation, not saving to databank 22:41:00 Strategy 4.0.1 - Main test - OK in 0.93 s. - initial generation, not saving to databank 22:41:00 Strategy 4.0.5 - Main test - OK in 0.54 s. - initial generation, not saving to databank 22:41:00 Strategy 4.0.3 - Main test - OK in 0.77 s. - initial generation, not saving to databank 22:41:00 Strategy 4.0.2 - Main test - OK in 0.71 s. - initial generation, not saving to databank 22:41:00 Strategy 4.0.0 - Main test - OK in 0.60 s. - initial generation, not saving to databank 22:41:00 Strategy 5.0.13 - Main test - OK in 0.67 s. - initial generation, not saving to databank 22:41:00 Strategy 5.0.11 - Main test - OK in 0.86 s. - initial generation, not saving to databank 22:40:59 Strategy 4.0.4 - Main test - dismissed: Automatic filter: too little trades 22:40:59 Strategy 5.0.9 - Main test - OK in 0.64 s. - initial generation, not saving to databank 22:40:59 Strategy 5.0.6 - Main test - OK in 0.84 s. - initial generation, not saving to databank 22:40:59 Strategy 5.0.10 - Main test - OK in 0.53 s. - initial generation, not saving to databank 22:40:59 Strategy 5.0.8 - Main test - OK in 0.62 s. - initial generation, not saving to databank 22:40:59 Strategy 5.0.12 - Main test - dismissed: Automatic filter: too little trades 22:40:59 Strategy 5.0.7 - Main test - OK in 0.60 s. - initial generation, not saving to databank 22:40:59 Strategy 5.0.3 - Main test - OK in 0.84 s. - initial generation, not saving to databank 22:40:59 Strategy 5.0.5 - Main test - OK in 0.58 s. - initial generation, not saving to databank 22:40:59 Strategy 5.0.0 - Main test - OK in 0.84 s. - initial generation, not saving to databank 22:40:59 Strategy 5.0.2 - Main test - OK in 0.60 s. - initial generation, not saving to databank 22:40:58 Strategy 1.0.11 - Main test - OK in 0.91 s. - initial generation, not saving to databank 22:40:58 Strategy 1.0.9 - Main test - OK in 0.79 s. - initial generation, not saving to databank 22:40:58 Strategy 5.0.4 - Main test - dismissed: Automatic filter: too little trades 22:40:58 Strategy 1.0.12 - Main test - OK in 0.56 s. - initial generation, not saving to databank 22:40:58 Strategy 5.0.1 - Main test - dismissed: Automatic filter: too little trades 22:40:58 Strategy 1.0.10 - Main test - OK in 0.42 s. - initial generation, not saving to databank 22:40:58 Strategy 1.0.5 - Main test - OK in 1.04 s. - initial generation, not saving to databank 22:40:58 Strategy 1.0.13 - Main test - dismissed: Automatic filter: too little trades 22:40:58 Strategy 1.0.1 - Main test - OK in 0.82 s. - initial generation, not saving to databank 22:40:58 Strategy 1.0.2 - Main test - OK in 0.72 s. - initial generation, not saving to databank 22:40:58 Strategy 1.0.3 - Main test - OK in 0.64 s. - initial generation, not saving to databank 22:40:58 Strategy 1.0.8 - Main test - dismissed: Automatic filter: no trades 22:40:58 Strategy 1.0.6 (log shortened to save memory, see the complete log in the log file) ...
Attachments
  • Votes 0
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

m
#1

microsporum

02.07.2020 00:45

Task created

MF
#2

Mark Fric

09.07.2020 07:04

Status changed from Waiting for information to Refused

no config provided
m
#3

microsporum

09.07.2020 09:52

Attachment Build-issue.cfx added

Attachment GBPUSD_H1_1201332143.sqx added

GBPUSD_H1_1201332143.sqx
(73.13 KiB)
Build-issue.cfx
(25.27 KiB)

Hi, sorry, I sent the files by email.

Here are the files

  • Strategy file : this is actually the GBPUSD H1 strategy that is by default in Strategyquant
  • Build file

Thanks very much

MF
#4

Mark Fric

09.07.2020 10:06

Status changed from Refused to In progress

MF
#5

Mark Fric

09.07.2020 13:33

Status changed from In progress to Fixed

ok, I was able to fix it
m
#6

microsporum

09.07.2020 13:51

Thanks Mark,

the issue appears also with other EAs. Is there a common feature that would fix issues in a general way please or should we proceed on a case by case basis?

Many thanks

MF
#7

Mark Fric

09.07.2020 14:09
it should be fixed for all strategies, the problem was in engine not in strategy

Votes: 0

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please