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 agree with everything you said. Most people don't realize that AI aren't as smart as they think they are? I appreciate chatGPT it works for many stuff like teaching the how to's but do not believe everything it says, It makes horrible errors on a complex subjects especially coding & Mathematical subjects. I got a lot of proof myself. It's code is worse I have found most of the code fixes are copies from stackoverflow and stackexchange. I think that is what it was trained on. By the way it is a language model, coding and programming languages aren't as straightforward as a human language.
What a hell.
Forum on trading, automated trading systems and testing trading strategies
Test version of MQL5 Copilot in beta 3647
Renat Fatkhullin , 2023.03.23 23:11
In today's beta version 3647, we've included the first version of Copilot, a feature to enhance the editor's ability to write code.
The settings are here:
To activate it, you need to register on the site https://platform.openai.com/account/api-keys , get an API key and pay for the subscription. Since not everyone is given trial budgets (it looks like the holiday is over), you need to explicitly check the available balance on the page https://platform.openai.com/account/usage and provide credit card details.
To activate in the *.MQ5 file, you need to type the desired question and press Ctrl + Alt + \
// Add OnTick function with new bar detection <Ctrl+Alt+\>
After a couple of seconds, you get something like this:
So far, this is a fairly simple version in terms of promting and not very easy to manage. We will continue to improve, automatically supplementing prompting (request methods to AI) with the features of the content under the cursor (functions, class, external scope, etc.).
Write about your comments and suggestions, please.
Forum full of useless code in 3, 2, 1...
Forum full of useless code in 3, 2, 1...
Might be worth trying to create a separate topic for this? Trying to gather all the useless code in one place
Might be worth trying to create a separate topic for this? Trying to gather all the useless code in one place
Done.
But unfortunately we can't prevent people to create new topics again and again.
Done.
But unfortunately we can't prevent people to create new topics again and again.
I hope this helps prevent at least some threads about generated code from being created.
I invite everyone who wants to generate code using AI to a specially created topic for this :)