Aras EA
30 USD
Descargado demo:
19
Publicado:
25 mayo 2025
Versión actual:
1.50
¿No ha encontrado el robot adecuado?
Encargue el suyo
en la bolsa Freelance.
Pasar a la bolsa
Encargue el suyo
en la bolsa Freelance.
Cómo comprar un robot comercial o indicador
Inicia el robot en el
hosting virtual
hosting virtual
Pruebe un indicador/robot comercial antes de comprarlo
¿Quieres ganar en el Market?
Cómo ofrecer un producto para que lo compren
Está perdiendo oportunidades comerciales:
- Aplicaciones de trading gratuitas
- 8 000+ señales para copiar
- Noticias económicas para analizar los mercados financieros
Registro
Entrada
Usted acepta la política del sitio web y las condiciones de uso
Si no tiene cuenta de usuario, regístrese

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