I updated to 2.9 and my workflow no longer works.
I'm getting an error dataEndPercent - is not a round number, given 65.625.
I'm doing something specific with my workflow.
I automated a process that generates strategies on 21 months of data, validates out-of-sample on the next 9 months of data, then validates out-of-sample the next 1 month to simulate demo trading, then validates out-of-sample the next 2 weeks to affect demo trading, then validates out-of-sample the next 2 weeks again. After all, this has happened I consider the strategy acceptable for trading. This is exactly 32 months.
All of this is done by the max data bars and data start percentages and data end percentages. If I am now required to use only integers in my data start percent and data end percent it throws off the workflow.
Is there a way to allow decimals to the data start percent and data end percent again?