Is this a general issue ?
-
Is it just me or it's an observation
MT5 PC terminal has been unreasonably buggy lately ...
-
Its used to be fast in backtesting before but now it's super sluggish
-
Changes i made in the EA settings, did not all reflected in real time i had to close and open again before seeing the change ...
Is it a new issue with the Terminal? Or something from my end and how would you suggest i resolve this
P.S.
MT4 broker terminals are doing fine .. with no issue and same EA -
-
No. Sadly it is a problem (maybe I should call it side effect) of fxDreema. When using some loops in fxDreema, they are very inefficient when backtesting/optimizing. it doesn't happen with all loops, but as you as you use just one, everything is far slower.
My only recommendation is trying to change that loops. -
@l-andorrà no mennn that's bad
Do you know what loop or block could be causing that issue ?
-
That depends on the structure. In general, the standard loops like 'for each trade', 'trailing stop', 'break even', 'for each object', etc. I'm not saying they are ALWAYS the reason for that. But when they are combined with other structures, they can make the bot VERY innefficient in terms of backtesting/optimization. This is why I built all my bots with fxDreema just to test they do what I want them to do and then I hire a programmer to make it from scratch with an efficient structure.
-
@l-andorrà ooh .. I see