3 Jan 2022, 12:32

@xyon126 Thank your for your reply! I kind of understand the logic in that, but I find it strange that this does not effect all EA's in the same way. Some EA's that take 1 second to test on one day of data also take roughly 300 seconds to test on 300 days of data, while other EA's slows down the strategy tester significantly depending on the duration of the testing period. I am trying to figure out if there is a way to structure the the code blocks to optimize the EA for testing faster, other than the usual things such as only running blocks when needed.