Error massage - OVERFLOW

 

Hello freinds,

I got an error massage: "internal stack overflow - simplify the program, please".

Is the meaning of this massage that the program is too big ?

I ask your help, how can I solve this indicator ?

Thankes,

Crossy

 

Ah, I also encountered the same problem. You call a lot of function in the EA system, causing this error.

Can call the same function through “for” language to resolve.

 
simplify your program. You have too many nested blocks. Use functions.
Reason: