
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
I don't quite understand the essence of the problem. Well, the author wants a loyal bonus to appear in the advertising. So insert his e-mail into the product and specify that the bonus is "no obligation"; who wants to contact him by e-mail after buying the product. ...Not good?
No, it doesn't. If a person just emails me, I won't know that they bought a product from me. Mishek's option only works. But then every customer, to give him this bonus, should be asked to post a review in the product thread to make sure that he is a customer. Then contact in private to get an email from him where the bonus should be sent.
The option I'm proposing frees me from all that "hassle". The user bought a product and got to me in the list of buyers, which has the buyer's ID and the name of the product. If he needs the offered bonus, he just needs to make a request in the form of a letter to my email, in which the ID will be specified. In the list of buyers in my profile, I determine whether there is such an ID and send a reply email with the bonus. Everything is simple, elegant and civilised. :)
I remember that any improvements to the Market will be made after it is sufficiently filled. Maybe the developers will like this suggestion and implement it. If not, then everyone will make their own schemes outside the site mechanism.
Can't you see who the payment came from? After all, as I understand it, the money is transferred from the buyer's personal account to the seller's personal account. So the buyer's details should be indicated.
Can't you see who the payment came from? After all, as I understand it, the money is transferred from the buyer's personal account to the seller's personal account. So the buyer's details should be indicated.
When paying for the sold product, mql5_internal is indicated as the sender of money. There is no information about the true buyer.
What other benefits can I get if I have a buyer ID? For example, for those users who have already made a purchase, the seller can make a discount for future purchases of any of their products. The discount can be cumulative. This mechanism should be in the seller's profile where they can set values. For example, if the user has already bought one of the products, then the discount on the following products is 5%. If the user has already bought two products, then 10%, etc.
Discounts are a scam. Those who give discounts raise the price beforehand. And people fall for it.
Such a policy of discounts will lead to the fact that after a while, you will not be able to fulfil your promises (discounts), or you will work for free.
Expand your thought more broadly. What are the reasons why these situations can happen?
I think you should check this link https://www.mql5.com/go?http://www.whitesmoke.com/free-online-checker, because that link have a bad reputation in the http://www.mywot.com/.
Thank you. The link is replaced to http://www.spellcheck.net/.
How is it possible to not be able to decompile ex5 files? You do not detail this.
DLL is safer to store code for protection against unauthorized use, or at least reduce significantly the opportunity for reverse engineering.
i do not see why dlls are not supported in the market. Even if they need to be scanned for virus or a special disclaimer, i think developer should have the option of dll + ex5 distribution.How is it possible to not be able to decompile ex5 files? You do not detail this.
DLL is safer to store code for protection against unauthorized use, or at least reduce significantly the opportunity for reverse engineering.
i do not see why dlls are not supported in the market. Even if they need to be scanned for virus or a special disclaimer, i think developer should have the option of dll + ex5 distribution.File-ex5 is not a native code. The file is encrypted-ex5 byte code that is compiled into the native before execution. Therefore, decompile it does not happen.
The file-ex5 created as a secure, with support for windows-encryption. In the language of mql5 impossible to write the virus.
So the code is completely secure ex5, in contrast to the dll.