MQL5 Market Issue

 

Hello Developers,

While attempting to upload my EA to the Market, I encountered a confusing error. If anyone has experienced this before, I’d really appreciate your insight on what it means and how to resolve it. Any assistance is highly appreciated

test on EURUSD,H1 (netting)
strategy tester report 35 total trades
test on XAUUSD,D1 (netting)
log files size exceeded 2114 MB, test terminated
strategy tester report not found
 
Chacha Ian Maroa:

Most common cause: Your EA is generating an excessive number of messages during testing, which leads to a memory overflow.

Try removing or significantly reducing the use of Print() statements.

Other causes: Errors like; "array out of range", "zero divide", "file open failed", "trade context busy", etc.
 
Chacha Ian Maroa:

Hello Developers,

While attempting to upload my EA to the Market, I encountered a confusing error. If anyone has experienced this before, I’d really appreciate your insight on what it means and how to resolve it. Any assistance is highly appreciated

Use the Meta Editor's Profiler in order to identify which functions are causing too much RAM Memory usage. Then try to optimize it.

 
Chacha Ian Maroa:

Hello Developers,

While attempting to upload my EA to the Market, I encountered a confusing error. If anyone has experienced this before, I’d really appreciate your insight on what it means and how to resolve it. Any assistance is highly appreciated

Bro, you need to back test the EA then try to upload it will work.