[
  {
    "_id": "analytic-trader-ai",
    "backend": [
      "mql5",
      "python",
      "grok-ai",
      "chatgpt"
    ],
    "database": [],
    "description": "\ud83e\udd16 **AnalyticTrader AI** - Empowering MQL5 with an AI Brain in Python\n\n\ud83c\udfaf **Hybrid Architecture: Breaking MQL5 Barriers**\nThis article presents a hybrid trading architecture that merges the execution speed of an Expert Advisor (EA) in MQL5 with the analytical intelligence of a Python server. Discover how to delegate complex technical and macroeconomic analysis tasks to the most advanced artificial intelligence APIs (GPT-5 and Grok), dynamically managing risk and obtaining high-precision trading signals.\n\n**Essential Configuration: Enable WebRequest in MetaTrader 5**\nFor the Expert Advisor (EA) in MQL5 to communicate with our Python analysis server, it is essential to enable the WebRequest function in your MetaTrader 5 terminal and add our server's URL to the list of allowed URLs.\n\n**Steps:**\n1. Open your MetaTrader 5 terminal\n2. Go to \"Tools\" > \"Options\" (or press Ctrl+O)\n3. In the Options window, select the \"Expert Advisors\" tab\n4. Make sure the option \"Allow WebRequest for listed URLs\" is checked\n5. In the text field below this option, add: `https://designmtexpert.com/api`\n6. Click \"OK\" to save the changes\n\n\ud83e\udde0 **The Python Brain: AI Analysis Server**\nOur Python server, built with Flask, is the core of the intelligence. Its architecture is designed to maximize precision and manage costs efficiently.\n\n**Strategic AI API Selection:**\n\u2022 **Grok API (xAI)**: Used for technical analysis due to exceptional logical reasoning and cost efficiency\n\u2022 **GPT-5 (OpenAI)**: Used for macroeconomic analysis with real-time web search capabilities\n\n**Access Modes:**\n\u2022 **Free Access (Default)**: 10 high-quality daily analyses at no cost\n\u2022 **Premium License (Free via Affiliation)**: Unlimited analyses, customizable timeframe, full features\n\u2022 **Premium License (Direct Payment)**: $300 for 3 months with all premium features\n\n\ud83d\udca1 **Real Example - AI Signal for Gold (XAUUSD):**\n```json\n{\n  \"trading_signal\": {\n    \"direction\": \"BUY\",\n    \"entry_point\": 3330.45,\n    \"stop_loss\": 3329.1,\n    \"take_profit\": 3331.8,\n    \"justification\": \"Technical analysis shows strong bullish trend with volatility contraction...\"\n  },\n  \"risk_management\": {\n    \"exact_lots\": 0.05,\n    \"max_money_loss\": 87.65\n  }\n}\n```\n\n\ud83d\ude80 **Start today and revolutionize your trading with cutting-edge AI technology!**",
    "downloadLinks": [
      {
        "text": "\ud83d\udce5 Downlodas Robot (EX5)",
        "type": "robot",
        "url": "/flask-portfolio/AnalyticTraderAI.ex5"
      }
    ],
    "frontend": [],
    "images": [
      "3ojala.mp4",
      "firststepfullanalisis.png",
      "secondstepfullanalisis.png",
      "threestepfullanalisis.png"
    ],
    "name": "AnalyticTrader AI",
    "shortDescription": "\ud83e\udd16 Empowering MQL5 with an AI Brain in Python - Hybrid Trading System with GPT-5 & Grok Integration",
    "type": "mt",
    "url": "analytic-trader-ai",
    "year": "2025"
  },
  {
    "_id": "backtest-trading-simulator",
    "backend": [
      "mql4",
      "mql5",
      "grok-ai",
      "chatgpt"
    ],
    "database": [],
    "description": "Advanced trading simulator for backtesting with AI-powered analysis. Open and close trades directly in testing environment with intelligent risk management.\n\n\ud83d\udcca **AI-Enhanced Features:**\n\u2022 Smart trade management with TP/SL based on chart lines\n\u2022 AI-driven profitability assessment\n\u2022 Grok AI integration for market insights\n\u2022 ChatGPT-powered strategy optimization\n\n\ud83d\ude80 **Professional Trading Tool:**\nPerfect for strategy development and skill improvement. Advanced version coming soon with enhanced AI capabilities.\n\n\ud83d\udcbc **Custom Solutions Available:**\nContact for personalized trading tools and AI integration.",
    "frontend": [],
    "images": [
      "firststepfullanalisis.png",
      "secondstepfullanalisis.png",
      "threestepfullanalisis.png"
    ],
    "name": "Backtest Trading Simulator",
    "shortDescription": "\ud83d\udcca AI-powered trading simulator with advanced backtesting capabilities and intelligent risk management for strategy development.",
    "type": "app",
    "url": "backtest-trading-simulator",
    "year": "2025"
  }
]
