Aras EA
30 USD
Demo indirildi:
19
Yayınlandı:
25 Mayıs 2025
Mevcut sürüm:
1.50
Uygun bir robot bulamadınız mı?
Freelance üzerinden kendi
robotunuzu sipariş edin
Freelance'e git
Freelance üzerinden kendi
robotunuzu sipariş edin
Bir alım-satım robotu veya gösterge nasıl satın alınır?
Uzman Danışmanınızı
sanal sunucuda çalıştırın
sanal sunucuda çalıştırın
Satın almadan önce göstergeyi/alım-satım robotunu test edin
Mağazada kazanç sağlamak ister misiniz?
Satış için bir ürün nasıl sunulur?
Alım-satım fırsatlarını kaçırıyorsunuz:
- Ücretsiz alım-satım uygulamaları
- İşlem kopyalama için 8.000'den fazla sinyal
- Finansal piyasaları keşfetmek için ekonomik haberler
Kayıt
Giriş yap
Web sitesi politikasını ve kullanım şartlarını kabul edersiniz
Hesabınız yoksa, lütfen kaydolun

how to enter details for AI module?
🤖 How to Use AI Models in MetaTrader 5
(Example: OpenAI GPT Model Integration)
Follow the steps below to receive trading signals using AI models like OpenAI and execute trades automatically in MetaTrader 5.
✅ 1. Allow WebRequest Access
MetaTrader requires permission to communicate with external servers using WebRequest .
🔧 Steps:
In MetaTrader, go to Tools > Options > Expert Advisors
In the “Allow WebRequest for listed URL” box, add the following URLs:
Make sure the checkbox “Allow WebRequest” is enabled
Click OK
❗ Without this step, the AI connection will not work.
✅ 2. Configure EA Parameters
false : Use manual button only
🎯 Example Setup for OpenAI
🖱️ Manual Signal Button: "Get Signal from AI"
Click the "Get Signal from AI" button on the chart to send a one-time signal request.
The response will be printed in the terminal and optionally executed depending on your strategy.
🔁 Automatic Mode (Auto AI Trade = true)
The EA will automatically send a signal request every X minutes (based on the “Refresh (Minute)” value).
If the AI provides a valid signal ( BUY or SELL ), the system will open a trade with the following logic:
TakeProfit, StopLoss and order type will be based on AI output.
is there a way to trace the communication between EA and google? to see the error messages and/or the request that was sent?
I have in the allow web links:
https://generativelanguage.googleapis.com/
https://api.openai.com/v1/completions
https://api.openai.com
Hello,
i 've the same problem with the webrequest url https://generativelanguage.googleapis.com/ - it does'nt work - what is the right way.. i find not the answer over google..
thanks a lot
best regards
peter
is there a way to trace the communication between EA and google? to see the error messages and/or the request that was sent?
I have in the allow web links:
https://generativelanguage.googleapis.com/
https://api.openai.com/v1/completions
https://api.openai.com
Hello, all bugs will be solved with the new update today; I will contact you.
Hello,
i 've the same problem with the webrequest url https://generativelanguage.googleapis.com/ - it does'nt work - what is the right way.. i find not the answer over google..
thanks a lot
best regards
peter
Hello, all bugs will be solved with the new update today; I will contact you.
Error with all Ai
Please enable DLL permissions.
Please enable DLL permissions.
I did but nothing, just turbo mode working.
I did but nothing
https://api.openai.com
Hello, all bugs will be solved with the new update today; I will contact you.
Thank you, now I could enter the Google link!
Hey I enable everything in webrequest and DLL

changed to openAI
Add API address
turned auto AI
turned on atras EA
but keep getting 400 HTTP error msg
Hey I enable everything in webrequest and DLL
changed to openAI
Add API address
turned auto AI
turned on atras EA
but keep getting 400 HTTP error msg
To use your API key, you must complete the payment to your service provider. Once the payment is made, the system should operate without any issues.
Even without AI integration, Aras EA can execute and manage trades independently, thanks to its built-in advanced trading strategies.
I am currently using DeepSeek and it's working flawlessly on my end. If you have completed the payment but are still experiencing issues, I will review the code again.
You need to upload these files into the include file;
JAson.mqh
Javal.mqh
stdlib_mq5.mqh
the include file is usually located at the following address:C:\Users\ARAS\AppData\Roaming\MetaQuotes\Terminal\73B7A2420D6397DFF9014A20F1201F97\MQL5\Include