• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA Ai gen xii v2.3

Be careful. After his EA AI Meta EA and AI NeuroX failed, this is now also happening with AI NoX EA. Clients complain at heavy losses. His accounts they do not last long, which means that ChatGPT-4o is just stupid marketing and it doesn't work. This will likely happen with AI Gen XII EA as well.
 
no one wants to share the src code ....although i know it is available with many ppl now...i hope someone is kind enough to share it....:(
 
I only have the old version 1.6 mq4

//+------------------------------------------------------------------+
//| AI Gen XII EA.mq4 |
//| |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright ""
#property link "https://www.mql5.com"
#property version "1.6"
#property strict
//The first Expert Advisor on the MQL5 website that uses GPT-4o and ATNet
//AI GEN XII- Next Generation of trading
//--- input parameters
input string _="MM";
input bool Risk=1;
input bool automatic =true;
input double FixedLot =0.01;
input bool PropFirm =false;
input bool Trailing =false;
input double TrailingStart =52.0;
input double TrailingStop =17.0;
int RiskPercent=1;

//input string _;
//input string _="MC";
input int MagicNumber=5005;
input string Comment ="AI GEN XII";
//input string _;
//input string ="GPT";
input string GPTModel="GPT-4o";
input string Aggressivity ="Low Aggressivity";
input string Function= "Advisor only";
input bool DisableAnimation=false;
string TimeFilter="----------Time Filter";
extern int StartHour=0;
extern int StartMinute=0;
extern int EndHour=23;
extern int EndMinute=59;
int Secs;
int Stop;
int MaxDistance;
bool Delta;
double MaxSpread=0;
int MaxTrailing=0;
int returned_i;
bool Gb_0000;
double Id_0038;
double Ind_000;
double Id_0040;
double Id_0030;
int Ii_009C;
double Id_01C0;
double Id_00F0;
double Id_0068;
double Id_0100;
double Id_0070;
double Id_0110;
double Id_0060;
int Ii_00A0;
double Id_01B8;
int Ii_0098;
double Id_0140;
double Id_00B0;
double Id_00B8;
double Id_00A8;
double Id_0130;
int Ii_0084;
int Gi_0000;
double Ind_004;
double Id_0138;
int Ii_0088;
double Gd_0000;
double Id_00C8;
double Id_0120;
int Ii_0000;
int Ii_0080;
int Ii_0028;
int Gi_0021;
double Gd_0001;
double Id_0128;
bool Gb_0001;
double Ind_002;
double Id_00C0;
double Gd_0002;
double Gd_0003;
int Gi_0001;
bool returned_b;
double Id_00D0;
int Gi_0002;
int Ii_004C;
double Gd_0004;
double Gd_0005;
double Id_0108;
double Gd_0006;
double Id_00E0;
double Id_00F8;
double Id_00E8;
double Id_0170;
double Id_0178;
double Gd_0007;
double Id_00D8;
long returned_l;
int Ii_007C;
bool Gb_0007;
bool Gb_000D;
bool Gb_002F;
int Gi_002F;
int Ii_0094;
 
I only have the old version 1.6 mq4

//+------------------------------------------------------------------+
//| AI Gen XII EA.mq4 |
//| |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright ""
#property link "https://www.mql5.com"
#property version "1.6"
#property strict
//The first Expert Advisor on the MQL5 website that uses GPT-4o and ATNet
//AI GEN XII- Next Generation of trading
//--- input parameters
input string _="MM";
input bool Risk=1;
input bool automatic =true;
input double FixedLot =0.01;
input bool PropFirm =false;
input bool Trailing =false;
input double TrailingStart =52.0;
input double TrailingStop =17.0;
int RiskPercent=1;

//input string _;
//input string _="MC";
input int MagicNumber=5005;
input string Comment ="AI GEN XII";
//input string _;
//input string ="GPT";
input string GPTModel="GPT-4o";
input string Aggressivity ="Low Aggressivity";
input string Function= "Advisor only";
input bool DisableAnimation=false;
string TimeFilter="----------Time Filter";
extern int StartHour=0;
extern int StartMinute=0;
extern int EndHour=23;
extern int EndMinute=59;
int Secs;
int Stop;
int MaxDistance;
bool Delta;
double MaxSpread=0;
int MaxTrailing=0;
int returned_i;
bool Gb_0000;
double Id_0038;
double Ind_000;
double Id_0040;
double Id_0030;
int Ii_009C;
double Id_01C0;
double Id_00F0;
double Id_0068;
double Id_0100;
double Id_0070;
double Id_0110;
double Id_0060;
int Ii_00A0;
double Id_01B8;
int Ii_0098;
double Id_0140;
double Id_00B0;
double Id_00B8;
double Id_00A8;
double Id_0130;
int Ii_0084;
int Gi_0000;
double Ind_004;
double Id_0138;
int Ii_0088;
double Gd_0000;
double Id_00C8;
double Id_0120;
int Ii_0000;
int Ii_0080;
int Ii_0028;
int Gi_0021;
double Gd_0001;
double Id_0128;
bool Gb_0001;
double Ind_002;
double Id_00C0;
double Gd_0002;
double Gd_0003;
int Gi_0001;
bool returned_b;
double Id_00D0;
int Gi_0002;
int Ii_004C;
double Gd_0004;
double Gd_0005;
double Id_0108;
double Gd_0006;
double Id_00E0;
double Id_00F8;
double Id_00E8;
double Id_0170;
double Id_0178;
double Gd_0007;
double Id_00D8;
long returned_l;
int Ii_007C;
bool Gb_0007;
bool Gb_000D;
bool Gb_002F;
int Gi_002F;
int Ii_0094;

Can you upload the file?
 

It's very strange. I entered all the information correctly, and the bot was working fine last week. But today, it's giving an error again saying that " Please Add The API URL to the ChatGpt

even though everything has been entered, and it was working fine before, with no changes made
Has anyone else encountered this issue since the beginning of the week ?
 
It's very strange. I entered all the information correctly, and the bot was working fine last week. But today, it's giving an error again saying that " Please Add The API URL to the ChatGpt

even though everything has been entered, and it was working fine before, with no changes made
Has anyone else encountered this issue since the beginning of the week ?
yes this is due to the update of 2.6, we can't do anything unless we have the 2.6
 
Since this morning I've been getting the error message "API URL incorrect" no trading possible! Do you know if the domain has changed?
 
It is not opening any trades in Real account , Showing "Please add the API url to the chatgpt in the metatrader settings - No Trades Possible", I have added all urls and its working fine when i switch to demo account , when turn to real account it is showing this and not opening even single trade..
Screenshot-2024-10-14-182033.png
 
It is not opening any trades in Real account , Showing "Please add the API url to the chatgpt in the metatrader settings - No Trades Possible", I have added all urls and its working fine when i switch to demo account , when turn to real account it is showing this and not opening even single trade..

Same for me too, both versions 2.3 and 2,5
 
It is not opening any trades in Real account , Showing "Please add the API url to the chatgpt in the metatrader settings - No Trades Possible", I have added all urls and its working fine when i switch to demo account , when turn to real account it is showing this and not opening even single trade..
Screenshot-2024-10-14-182033.png
jap, true ,same API request for 2.3 , but is working, i have news disabled
no trades on 2.5
 
Back
Top