Do EAs with a lot of coding execute slower ?
-
I know the answer is probably yes, they are a few miliseconds slower, but I need to hear it directly from the experts.
-
yes but it depends what happens where, if you have 1000's of lines of code the EA will likely run slightly slower, but if only a few of the lines are on tick it may still run quick (on tick happen constantly so doing too much on tick uses a lot of computer remorse's)
-
Especially, when you run EA on hosted VMs with limited resources, it will cause execution delays and can even eat up the advantage you usually have from the hosted VM being so close to the broker server.