I. MANUAL GUIDE & TECHNICAL SETUP (IMPORTANT)
1. Your 24/7 AI Assistant (Replacing Boring PDFs)
Forget about reading long, dry, and time-consuming PDF manuals. You can now chat directly with my exclusive AI Assistant on Telegram: https://t.me/Thangforex_Bot .
-
Instant Answers: Get immediate help with setup, operation, and expert tips.
-
Interactive Learning: Instead of figuring it out yourself, just ask a question. The bot acts as your personal guide to make the setup process fast and intuitive.
2. AI Server Connection (Essential for Backtesting and Live Trading)
If you are unable to perform backtesting or execute trades, it is because you have not authorized the required endpoints connecting your terminal to our AI infrastructure. To enable the EA to communicate with the "AI Brain" and function correctly, you MUST add our 4 core URLs to your MT5 settings.
-
Setup Guide: Follow the step-by-step instructions here: https://t.me/eatradingai/9
-
Why this is vital: Properly installing these specific URLs allows the EA to access large language models (OpenAI), our central processing server, deep news scanning (Perplexity), and our data synchronization gateway (Google Script). Without this connection network, the EA cannot analyze market sentiment or execute Stage 2 verification.
Ensure your "F1 car" is connected to the right track for maximum performance! 🤝 ✅ Join Our Telegram Channel: https://t.me/forexeatradingchannel — Join my Telegram channel with 5000 followers to get the latest news from me.
II. What You Need for the Best Trading Results
1. True ECN Brokers
I have tested this extensively with real money. After running my trading strategy on live accounts with many different brokers, I have selected the three that perform the best. My analysis shows that using typical brokers will only yield about 80% of the results you see from my live trading signals.
Unlike the centralized stock market, Forex has no single, unified price feed.
-
Every broker sources liquidity from different providers, creating unique data streams.
-
Price spreads, candle formations, and volume can vary drastically between brokers.
-
A buy signal on a reputable ECN broker might be a "no trade" or even a sell on a lesser platform. This discrepancy causes "Butterfly Effects" in algorithmic trading. Your EA might be perfect, but if the data input is flawed, the output will be a failure.
To get the same trading results as my Live Signals, I highly recommend using True ECN brokers: IC Markets, Tickmill, or IC Trading (For EU Traders).
-
Open an account with ECN Brokers:
-
✅ IC Markets – Engineered for EA Excellence: https://icmarkets.com/?camp=63666
-
✅ Tickmill – Raw Spreads & Ultra-Fast Execution: https://tickmill.link/4hQlfku
-
-
For clients in Europe (IC Trading is the European branch of IC Markets):
-
✅ IC Trading – High Leverage for EU Traders: https://www.ictrading.com/?camp=85947
-
2. Good VPS
SPECIAL PROMOTION ON THE BEST AND FASTEST VPS! GET A 30% DISCOUNT! YOU ONLY NEED ABOUT $5.5/MONTH TO USE A GOOD VPS🔥🔥 👉 No matter if you are using my EA or another EA, my advice is to run your Expert Advisors on a cost-effective VPS to get the best value and ensure uninterrupted AI connectivity.
-
To use an EA you need a VPS: https://bit.ly/AdvancedVPS
-
When you make a purchase, type in the discount code to get 30% off: THANGEA30
III. Why We Don't Need Your API Keys: A Transparent Look at Our Centralized AI Architecture
1. Abstract
This document outlines the architectural framework of a proprietary Expert Advisor (EA) designed to bridge retail trading platforms with institutional-grade artificial intelligence. The system utilizes a two-stage processing model: a local technical scan and a centralized AI verification layer powered by OpenAI and Perplexity. This paper explains the rationale behind the "No API Key" requirement, details the precise lifecycle of data transmission, defines privacy protocols, and describes the built-in fail-safes.
2. System Architecture: The Two-Stage Model
The EA operates on a hybrid architecture that distributes processing loads to optimize for speed and analytical depth. This negates the need for users to supply their own paid API keys.
-
2.1 Stage 1: Local Technical Scan (Client-Side Processing)
-
Function: Executes directly within your MetaTrader terminal, analyzing raw price action and technical indicators.
-
Purpose: To identify immediate technical setups with zero latency.
-
-
2.2 Stage 2: Centralized AI Verification (Server-Side Processing)
-
Function: Data is forwarded to aiserver.eatrading.ai , which acts as the router. The server then queries api.openai.com for GPT-4o logic processing and api.perplexity.ai for broader macro-economic context validation.
-
Economic Rationale: By operating a centralized enterprise-grade API subscription, we absorb the variable token costs associated with OpenAI and Perplexity inference. This is vastly more cost-efficient for you than paying per-tick analysis expenses.
-
3. Data Transmission and the Middleware Bridge
Communication between your terminal and the AI network is facilitated by a secure middleware bridge.
-
3.1 The Data Lifecycle
-
Collection: At the close of every H1 candle, the EA collects OHLC data and local indicator values.
-
Transmission: The EA uses the MQL5 WebRequest function to POST a lightweight JSON payload to the bridge server: https://aiserver.eatrading.ai .
-
Inference & Syncing: The central server processes the data through OpenAI and Perplexity to calculate probability scores. Concurrently, operational logs and system events are synced via https://script.google.com/ .
-
Response: The server returns the validated signal to the EA for execution.
-
-
3.2 Privacy Protocol: Data Scoping
-
Transmitted Data: Restricted strictly to market data (Symbol, Timeframe, Price Data) and a hashed license identifier for authentication.
-
Excluded Data: The system explicitly does not collect Personally Identifiable Information (PII), account names, balances, broker names, or IP addresses.
-
Stateless Operation: The AI inference engines are stateless regarding user identity; they process mathematical inputs and return outputs without retaining session data.
-
4. Transparency and Performance Safeguards
-
4.1 Dynamic Risk Management (News & Sentiment Filtering) Instead of relying purely on standard economic calendars, the EA leverages https://api.perplexity.ai to read live market sentiment and identify high-impact, unforeseen news events. Coupled with https://script.google.com/ for real-time global time synchronization, the system can dynamically halt trading to protect your account against sudden spread widening and slippage.
-
4.2 The "Fail-Safe" Mechanism
-
Safety Mode Activation: If the connection to the AI network is interrupted (e.g., aiserver.eatrading.ai is unreachable, or OpenAI/Perplexity APIs time out), the EA immediately enters "Safety Mode."
-
Default Action: "WAIT."
-
Execution Logic: The EA is hard-coded to never open a trade without a confirmed validation response from the server. Capital is never exposed to unverified setups.
-
5. Required Configuration for Connectivity
To enable the vital data flows described above, your MetaTrader terminal must be configured to authorize outgoing requests. Navigate to Tools -> Options -> Expert Advisors and add the following 4 URLs to the "Allow WebRequest for listed URL" section:
-
https://api.openai.com (Core AI logic and inference engine)
-
https://aiserver.eatrading.ai (Centralized signal processing hub)
-
https://api.perplexity.ai (Deep market context and sentiment analysis)
-
https://script.google.com/ (System logging and event synchronization)
6. Conclusion
This system provides retail traders with access to a centralized AI processing network. By clarifying the specific roles of OpenAI, Perplexity, and Google Scripts within our architecture, we eliminate the "Black Box" stigma. While our neural network weights remain proprietary, the logic governing connectivity, data transmission, and safety protocols is 100% transparent.
IV. iB Beta Tester Program for Future EAs
When you register an account through my Broker links, you not only receive standard trading conditions, but also enjoy a range of special privileges exclusively for our trader community:
1. Optimize Your Trading Results
-
Get the exact same trading results as my Live Signals.
-
Gain the opportunity to become a beta tester for new products and provide direct feedback. Get early access to new EAs and indicators before they are released to the public.
2. Superior Support & Personalization
-
Request customizations or specific features for Expert Advisors tailored to your individual needs.
-
Priority 1-on-1 consultations to build a sustainable and suitable trading plan.
-
Priority 24/7 support from a team of experts, ensuring swift issue resolution.
In summary, registering through my link is the first step to becoming part of an exclusive community where you receive dedicated support, access premium resources, and develop your trading skills in the most structured way possible.
🚀 Link to join as an iB Priority Customer:
-
✅ IC Markets – Engineered for EA Excellence: https://icmarkets.com/?camp=63666
-
✅ Tickmill – Raw Spreads & Ultra-Fast Execution: https://tickmill.link/4hQlfku
-
✅ IC Trading – High Leverage for EU Traders: https://www.ictrading.com/?camp=85947


