Discussing the article: "OpenAI's ChatGPT features within the framework of MQL4 and MQL5 development" - page 4

 

The essence of the article can be described by your phrase " everything that doesn't work is your part of the work you have to do" :)


Have you tried working with copilot, Evgeniy @Evgeniy Ilin? https://www.metatrader5.com/ru/metaeditor/help/development/copilot

Возможности СhatGPT от OpenAI в контексте разработки на языках MQL4 и MQL5
Возможности СhatGPT от OpenAI в контексте разработки на языках MQL4 и MQL5
  • www.mql5.com
В данной статье мы будем экспериментировать и разбираться с искусственным интеллектом ChatGPT от OpenAI, для того чтобы понять его возможности с целью уменьшения времени и трудоемкости разработки ваших советников, индикаторов и скриптов. Я быстро пройдусь по данной технологии и постараюсь показать вам, как правильно её использовать для программирования на языках MQL4 и MQL5.
 
Yauheni Shauchenka #:

The gist of the article can be described by your phrase " anything that doesn't work is your part of the work you have to do" :)


Have you tried working with copilot, Evgeniy @Evgeniy Ilin? https://www.metatrader5.com/ru/metaeditor/help/development/copilot

What's the point ) it's GPT 3.5 which is free. It's practically rubbish now. And nobody will give you access to GPT 4.0 for free, because it costs money at least. And GPT 4.0 I will tell you so I do not really know mql5. The saving grace is that this language is a spin-off from C++ and has a similar syntax, so it can give something out. At least some sketch, which can be further improved. I have access to GPT 4.0, I don't use Copilot. And there are better neurons than GPT 4.0, in fact, for working with code... well, that's just the way it is.

 

Block thinking which you mentioned is a most important part to make Chat Generative Pre-Trained Transformers work for you

Create a template, break logics in parts, and ask GPT to write e.g. "Write function void findSMA(int index) {} to find sma value" which may be more useful instead asking something like "Build a MA Crossover EA for me with bollinger bands"


 
Rajesh Kumar Nait #:

Block thinking which you mentioned is a most important part to make Chat Generative Pre-Trained Transformers work for you

Create a template, break logics in parts, and ask GPT to write e.g. "Write function void findSMA(int index) {} to find sma value" which may be more useful instead asking something like "Build a MA Crossover EA for me with bollinger bands"


Everything is correct. You just need experience working with such models and understanding how they can help in creating code. From the very beginning of using the model, I wasn't even interested in what prompts could be there, I just wrote "do this or that" and eventually understood how to work with this tool. It's a tool that speeds up development by leaps and bounds. It has its drawbacks, but it only seems so at first, while you're thinking in a style like "write me a grail in 2 lines". To this day, I use it and it already seems like I won't be able to do without it. The effect was like with google back in the day..