Aras EA
30 USD
Versione demo scaricata:
19
Pubblicato:
25 maggio 2025
Versione attuale:
1.50
Non hai trovato un robot adatto?
Ordina il tuo
su Freelance
Vai alla sezione Freelance
Ordina il tuo
su Freelance
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo
Ti stai perdendo delle opportunità di trading:
- App di trading gratuite
- Oltre 8.000 segnali per il copy trading
- Notizie economiche per esplorare i mercati finanziari
Registrazione
Accedi
Accetti la politica del sito e le condizioni d’uso
Se non hai un account, registrati

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