How to sort out the problem of the indicators keeps on crashing?
2 Answers
<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>
2 Views
<p id="isPasted">Your trading platform's indicators are likely crashing due to resource-intensive indicators, custom scripts with coding errors, or outdated software and drivers. Connection issues, too many open charts, or insufficient system memory can also cause problems. </p><p><strong>To solve this issue, follow these steps to narrow down and resolve the problem.</strong></p><p><strong>Step 1: Diagnose the indicators</strong></p><ul><li>Remove custom indicators one by one. A single poorly coded or resource-heavy custom indicator is a frequent culprit.</li><li>Close your trading platform.</li><li>Find the directory where custom indicators are stored (e.g., in MetaTrader, go to File > Open Data Folder > MQL4/MQL5 > Indicators).</li><li>Move the …</li></ul>