I've discovered that MT4's genetic algorithm isn't fantastic, running the same optimization several times often produces different optimal parameters so I'd prefer to use the 'brute force' approach.
Naturally this means many more combinations of parameters tested and the only way to do it within a reasonable timeframe is to parallelize the task and distribute it across multiple machines.
Is there a platform out there capable of doing this? I've Googled extensively but either I'm using the wrong keywords, or the platform doesn't exist.
Any insight greatly appreciated!
Naturally this means many more combinations of parameters tested and the only way to do it within a reasonable timeframe is to parallelize the task and distribute it across multiple machines.
Is there a platform out there capable of doing this? I've Googled extensively but either I'm using the wrong keywords, or the platform doesn't exist.
Any insight greatly appreciated!