Is it possible to sell custom-coded EA products using ChatGPT on MQL5?

 
Hello, I have a question.

If I use ChatGPT or Gemini to develop and program my own Expert Advisors (EAs) for MT4 and MT5, can those EAs be sold on the MQL5 platform? Please help me answer this question, thank you very much.
 
Thai Doan Pham:
Hello, I have a question.

If I use ChatGPT or Gemini to develop and program my own Expert Advisors (EAs) for MT4 and MT5, can those EAs be sold on the MQL5 platform? Please help me answer this question, thank you very much.

In my opinion, whether you want to make an EA using AI or purely your own thoughts, no one knows. The results can be sold on MQL5 as long as EA pass Verification.

To sell EA you don't have to go through MQL5, you can create your own website or through another market place website.

 
Thai Doan Pham:
Hello, I have a question.

If I use ChatGPT or Gemini to develop and program my own Expert Advisors (EAs) for MT4 and MT5, can those EAs be sold on the MQL5 platform? Please help me answer this question, thank you very much.
Why did you assume it can't be done? A neural network simply won't write a trading bot for you from scratch. For that, you need templates that provide a skeleton or core foundation, which the AI can then modify. But even then, you need to understand the subsequent process: how to bring the bot to a fully functional state. Most importantly, you need to know what to expect from it and who the target audience is. A good strategy is born exclusively in the human mind. A neural network can only help optimize the code, speed up its development, or refactor existing code. It won't give you a working idea. I've been working with neural networks since the first public build of ChatGPT, so I know what I'm talking about.

To sum up: yes, it's possible! But don't expect a miracle. The result will still require your refinements, if nothing else, just to pass the automated validation system when uploading a product to the MQL5 Market, which has very strict requirements.