global initialization failed!!!!!!! - page 8

 

I am at a loss for words. 

In my MT5 my EA it runs smoothly no problems 


however in a friends MT5 it gives this Error still searching Why. 

 
Jefferson Metha #:

I am at a loss for words. 

In my MT5 my EA it runs smoothly no problems 


however in a friends MT5 it gives this Error still searching Why. 

check they are on the same version of MT5

check they have all the pre-requisite indicators, dlls, etc required...

make sure they have all the settings in their MT5 options correctly set for the EA.

 
I know I am late to the party, but in my case the global initialization was caused by memory hungy indicator (that I coded myself). I used an array of [50000] for calculations and back testing. This caused the number of symbols in each MT$ instance to be no more than 7.  By reducing the array (for normal trading) where the look back was not that important anymore, (I reduced the array to 1500) and now no more global initialization errors. 
Reason: