https://mql4tutorial.com/?s=AI
We're going to begin exploring AI programming in the context of trading in this video, along with a few other topics that you might find fascinating. After working on a number of AI-related projects lately, I believe it's time to address the big issue: how can AI be used to facilitate trade and make our lives easier? Alright, let's get started. You may not have noticed it if you use MetaTrader, but with the present edition at least, you should see a small sign here as soon as you go to the IDE view. The text that appears when you move your cursor over it indicates that you can prompt Copilot with it. Originally, Copilot was designed with programmers in mind. It is an idea from GitHub, an online code repository for programmers. These days, a lot of things are integrated with this Copilot technology. For instance, it can be found in office products and is currently offered for Metaeditor as well. How can this be used to our programming assignment? You must first navigate to Tools and Options, where the new Copilot option can be found.
After you click on it, a "OpenAI API key" needs to be activated. Application Programming Interface, or API, is what it stands for. To choose an OpenAI model, copy the key below. In my instance, I've gone with the GPT 3.5 turbo. While it's not as good as the GPT-4 versions, this one is also much less expensive. For a few pennies, I would go with GPT 3.5 turbo to begin started. You can click this link to open a webpage where you must log in or sign up if you do not currently have an API key. I've got an account already. These are my API keys, and this is my account. At this point, you can select Create a New Secret Key, name it something like Meta Editor, and then select Create Secret Key. In my case, there are plenty of those already. After creating the key, you must save it in a location where you can always copy and paste it. Since the entire key will never again be seen on this side once it has been produced. However, there are no limitations. As many keys as you like can be created.
You can view the fee on their usage page as well. The tenth of April was the priciest day thus far. Basically, if you utilize it, you should budget between $10 and $15 every month. Let's examine OpenAI price, which is shown here as of right now. Gpt-4 will set you back $30 for an input of one million tokens and $60 for an output of one million tokens. The GPT-4 32K is significantly more costly. In contrast to $120, the most costly alternative would cost $2 for one million tokens when comparing the pricing of GPT-3.5 turbo. This is significantly more reasonably priced. You can click "Okay" after pasting your key. We should be set to go now. We'll use the copilot AI function to construct a function similar to this one in the upcoming video. For now, that is all. I appreciate you viewing, and I hope to see you in the upcoming video.