using #property strict

 
Should we use EA with #property strict or not? When we test they have two every different results.
 
Tan Phan Ngoc:
Should we use EA with #property strict or not? When we test they have two every different results.
if you want to publish it is required
 
I strongly recommend you to adapt your EA. Regards.
 
Tan Phan Ngoc:
Should we use EA with #property strict or not? When we test they have two every different results.
It looks like you have a bug in the code. While not in the strict mode some errors (such as, index out of bounds) are dumped by the terminal, but outcome is probably incorrect. Strict mode ensures that everything is calculated right.