From the Market rules
----------------
So, the buyers are buying activations which are connected to their hardware and software.
- www.mql5.com
From the Market rules
----------------
So, the buyers are buying activations which are connected to their hardware and software.
thanks! Is this activation-requirement for the ea to work added automatically when i put the ea up for sale or will i have to put in some extra code?
Everything is done automatically .
Licenses ,Activations,Security.
- The only thing im not sure about is if we can read the subscription ending date programmatically to inform the user.
- And we dont get any LinkOut capability.
These are the only drawdowns , all else is taken care of.
The ea is a Money Management ea that uses an indicator for its grafic interface. I can't seem to upload both files for the automatic test to sell on the market. How can this be fixed?
include the indicator as a resource in the ea
Or code the indicator in the ea ,i assume the indicator is an equity chartinclude the indicator as a resource in the ea
Or code the indicator in the ea ,i assume the indicator is an equity chartthanky, tried including it with #property library and compiled it. Ea is like 150kb bigger now, so should have worked. Only problem is, i can't find the ea anymore in mt5, when i wanted to load it in to try it. Do you know how i can find it?
thanky, tried including it with #property library and compiled it. Ea is like 150kb bigger now, so should have worked. Only problem is, i can't find the ea anymore in mt5, when i wanted to load it in to try it. Do you know how i can find it?
You placed property library on the indicator ?
in the ea i used #property library "\\Include\\indicatorname.ex5" to include the indicator within the ea, but it doesn't seem to work. Do i have to use sth else than library? I don't know what
I dont think library is used properly .
Are you calling the indicator somewhere in your ea code ? (iCustom) or are you just attaching it on the chart ?
I dont think library is used properly .
Are you calling the indicator somewhere in your ea code ? (iCustom) or are you just attaching it on the chart ?
yes i am calling the indicator in OnInit and it attaches itself to the chart
tried it with #resource but also didn't work
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Is there a way to protect the ea so it can't be redistributed?
Thanks!