EA file size
-
hello i know that the ea file size from fxd is much bigger than those ea from Ordinary programmers because of the Default codes that ea have inside herself. how can i Decrease the size of ex4 (ea) ?
-
The EX files will naturally be larger than their MQL counterparts. What works for me is compressing the MQL file (even using the in-built windows functionality), then unzipping and recompiling my EX again -
-
@mitchconne Interesting. Didn't know that. Thanks for sharing.