Quote:
Originally Posted by rsmereka One thing puzzles me. I took a look at the size of the 'ex4' file and the 'dll'. FAP Turbo has a large 'ex4' file and a small 'dll' which tells me that there is a lot of logic in the EA and not much in the 'dll'. Megadroid is exactly the opposite. The 'ex4' is fairly small and the 'dll' is huge which tells me there is a lot going on outside Metatrader. Humm...
Rick |
The dll can be used for many things, mainly it contains logic that cannot be easily done in MT4. Sometimes it's for security, as MT4 ex4 files can easily be reversed engineered, whereas dll's are harder. If the dll is large, it probably just means most of the logic is in the dll - probably runs quicker in the dll too.