
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi
My EA not import DLL but it import some function from one Library which import DLL. So if user want use the fuction , then need active it and download the library.
I try upload the EA to Market as Utilities , it passed with no problem.
If I public the EA, is it break any rules of mql5 ?
If it is a true EA (not a utility), then you are not allowed to change the classification to "Utility" to circumvent the validation process, as that would violate the Market rules and you could lose your seller status or even banned permanently.
You can only use the "Utility" classification for true utilities, not normal EAs, but even then you are not allowed to use DLL calls as that would also violated the Market rules.
If it is a true EA (not a utility), then you are not allowed to change the classification to "Utility" to circumvent the validation process, as that would violate the Market rules and you could lose your seller status or even banned permanently.
You can only use the "Utility" classification for true utilities, not normal EAs, but even then you are not allowed to use DLL calls as that would also violated the Market rules.
Yes, it is a utility ( not EA auto trade ).
I know about rules about DLL, but the utility not call DLL, it call a library ( ex4, ex5 file ) and only call when user active it and install library to MT4/5. the library will call DLL.
Hope admin mql5 can answer about it.
And how is the library provided to the customer? Is it provided externally to the Market product?
If so, then that in itself may be a violation of the Market rules, as products sold must not be dependant on other external products.
It must be a single self-contained ex4/ex5 file!
And how is the library provided to the customer? Is it provided externally to the Market product?
If so, then that in itself may be a violation of the Market rules, as products sold must not be dependant on other external products.
It must be a single self-contained ex4/ex5 file!
Yes, customer can download it from a blog on mql5 or some where.
No, I not think so. because it is an option, the product still work good if have not the library.
I suggest you clarify the situation with the Service Desk. If a customer later complains and the Service Desk gives them reason then that could affect your "seller" status.