How to sort out the problem of the indicators keeps on crashing?
1 Answer
<p id="isPasted">Maximum open charts is supposed to be 100 (1 MT4 instance), but I never checked.</p><p>MT4 is a 32 bit system, so even if you have "more then enough RAM", one MT4 instance will never use more than (around) 3GB.</p><p>Beside that it's hard to help, you are using too much memory most probably, change your settings, fix your code to use less memory. Are you sure you need so much charts open ? If it's manual how can you manage such charts, seems impossible, if it's automated trading, you certainly don't need so much open charts.</p><p>If you have …</p>