problem in mql4 indicator

 
hi im Tarek


i bulled mql4 program and when program size more than 50000 line the program not work


when program size less than 35000 line work very well 



the question


how to bulled program more then 1000000 line and work very well in mql4 ?
is mql5 can do it?
 
Hello, dear user,  

1. Modularize Your Code: Break down your code into smaller, manageable functions for better organization and readability.
2. Optimize Logic and Loops: Refine your code’s logic and loop structures to improve performance.
3. Consider Migrating to MQL5: MQL5 is generally recommended for large projects, as it is more robust and better suited for handling extensive and complex code.
 

thank you so much 


but i ask can mql4 deal with more than 35000 line program 

 
Tarek Saber:
i bulled mql4 program and when program size more than 50000 line the program not work

when program size less than 35000 line work very well 

What if the program size is between 35,000 and 50,000 lines?

 
Tarek Saber:
the program not work

How did you understand that the program did not work? What result did you expect and what result did you get?