Optimize the Computing Power
-
Hello guys, how can I optimize the needed Computing Power of Fxdreema EA´s? So my EA works a bit faster?
-
This depends on how you have set the blocks up.
-
I put them all in one row, should I connect them via "And"?
-
No in a row works as normally needed, to reduce computing power you need to have things only running when needed. Add a shared link to see what you have done
-
@User17543
Assuming that you are talking about MT4.One straightforward solution is to reduce the number of bars on the chart in the option setting. That has significant impact on the running speed.
Another solution is running couples of MT4 so that there would be fewer EAs in each MT4. In this case, all MT4s can share the same set of EA/indicators without the trouble for duplication. For more details, google search the command mklink.
By the way, custom indicators may be the main reason of slowing down the EA
-
@User17543 As jstap said, 'AND' blocks are completely unnecessary. You can remove them all and never use them again. Just connect one to block to the next one to get the exact same result.
On the slow execution, sadly this is the price we have to pay for using fxDreema. No EA created here will ever be as efficiently executed as a custom code designed one. But we do not need to be programmers to use fxDreema.
