1. 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 :)
    Dismiss Notice

New EA Ai gen xii v2.3

Discussion in 'Expert Advisor atau Robot Forex' started by semledot, 01 Sep 2024.

  1. LAN KUO HSIANG

    LAN KUO HSIANG Member Credit Hunter

    Equity
    Credit
    Ref Point
    This happened to me too
    After being updated by windors, it no longer happens.
     
    • Like Like x 1
  2. LAN KUO HSIANG

    LAN KUO HSIANG Member Credit Hunter

    Equity
    Credit
    Ref Point
    This happened to me too
    After being updated by windors, it no longer happens.
     
    • Creative Creative x 1
  3. Rizova

    Rizova New Member

    Equity
    Credit
    Ref Point
    5/5,
    This is my review for this thread:
    This is my review for this thread:
    This is my review.
     
  4. deekyuwan

    deekyuwan New Member

    Equity
    Credit
    Ref Point
    2.3 ver still the best
    it works on small account too :D
    [​IMG]
     
  5. smatnasir.fx

    smatnasir.fx New Member

    Equity
    Credit
    Ref Point
    Can share your setting or fileset??
     
  6. forzabjk

    forzabjk New Member Credit Hunter

    Equity
    Credit
    Ref Point
    2.3 version made an sl with 320 pips today.
    on the other hand, 2,5 version made 2 profit trades with 70 pips.
    why ?
     
    • Like Like x 1
    • Agree Agree x 1
  7. Jarora

    Jarora Member Credit Hunter

    Equity
    Credit
    Ref Point
    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.
     
    • Agree Agree x 1
    • Creative Creative x 1
  8. Liu Xin

    Liu Xin Member Credit Hunter

    Equity
    Credit
    Ref Point
    Why 2.5 version not open any trades with last post file?
     
  9. Arthas

    Arthas New Member

    Equity
    Credit
    Ref Point
    Need MT5 version :oops:
     
  10. schrodinger83

    schrodinger83 New Member Credit Hunter

    Equity
    Credit
    Ref Point
    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....:(
     
    • Agree Agree x 1
  11. Atsnakaoli

    Atsnakaoli Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    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;
     
    • Like Like x 1
  12. NeilQ

    NeilQ New Member

    Equity
    Credit
    Ref Point
    Can you upload the file?
     
  13. dimitris156

    dimitris156 New Member Credit Hunter

    Equity
    Credit
    Ref Point
    Robert any chance you can provide us with 2.6? appreciated.
     
  14. Mostafa

    Mostafa New Member

    Equity
    Credit
    Ref Point
    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 ?
     
  15. somazo

    somazo Member Credit Hunter

    Equity
    Credit
    Ref Point
    Thanks for sharing
     
  16. yusreal

    yusreal New Member

    Equity
    Credit
    Ref Point
    2.5 can't use anymore we need update of 2.6
     
    • Agree Agree x 1
  17. yusreal

    yusreal New Member

    Equity
    Credit
    Ref Point
    yes this is due to the update of 2.6, we can't do anything unless we have the 2.6
     
  18. Chrisbh24

    Chrisbh24 New Member

    Equity
    Credit
    Ref Point
    Since this morning I've been getting the error message "API URL incorrect" no trading possible! Do you know if the domain has changed?
     
  19. siva rama krishna Jadam

    siva rama krishna Jadam Member Credit Hunter

    Equity
    Credit
    Ref Point
    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..
    [​IMG]
     
  20. WooDex

    WooDex New Member

    Equity
    Credit
    Ref Point
    Same for me too, both versions 2.3 and 2,5
     

Share This Page