Complex EA
-
Hello, what's the implication of having a complex EA system, a working one is there any downside sides to performance ? Especially when its heavy ??
also, is it possible the EA skips some part of it functions in real -time?
-
Yes, that can happen when the following conditions coincide in time:
- High volatility market right now.
- Many blocks executions are required, especially when loops are involved.
Then, in effect, not all blocks can be executed when a new tick arrives to the terminal.
-
@l-andorrà hmmm... I see thanks
-
You're welcome.