PMTS 2023: The AI Leap — GPT-4 Integration, Dubai Headquarters, and 12 Months of Live Results
When we wrote our last update in July 2022, we mentioned three priorities for the year ahead: extended live validation, AI integration, and a web platform. Fourteen months later, all three are either completed or well underway.
But the story of 2023 is really about one thing: artificial intelligence changed everything.
The AI Revolution Hits Trading — And We Were Ready
In March 2023, OpenAI released GPT-4. For most industries, this was a novelty. For us, it was the missing piece we had been designing around for two years.
Since 2021, PMTS had operated with a 7-module consensus system where each bot voted independently. The votes were aggregated through weighted scoring — a purely mathematical process. It worked, but it lacked something: contextual reasoning. The system could tell you that RSI was oversold AND that COT positioning was bullish AND that DXY was weakening, but it could not synthesize these signals into a coherent market narrative the way an experienced institutional trader would.
GPT-4 changed that.
The AI Master Analyzer — A Meta-Layer of Intelligence
Between April and August 2023, we built what we call the AI Master Analyzer — a meta-analysis layer that sits on top of the existing 7-module system. It does not replace the modules. It reads their outputs and synthesizes them.
Here is how it works:
- Data Collection — All 7 modules run their independent analyses as before (technical indicators, Smart Money patterns, order flow, risk calculations, intermarket correlations, sentiment, execution conditions)
- Structured Input — The outputs are compiled into a structured prompt that includes: current price, all indicator values across 4 timeframes, recent news with NLP sentiment scores, COT positioning data, Fear & Greed Index, VIX level, DXY movement, and the individual module signals
- GPT-4 Synthesis — The AI Master processes everything and returns a unified analysis: market regime classification, directional bias with probability, confidence level, and a natural-language reasoning explaining why
- Signal Quality Grading — The AI assigns a quality grade (A+, A, B, C, D) based on how many data points converge and how strong the confluence is
The result is remarkable. Where the old system would output “BUY, 72% confidence” with no context, the AI Master produces analysis like:
“BULLISH bias with 78% probability. Market regime: TRENDING. Gold is holding above the 4H order block at 1,945 while DXY shows bearish divergence on RSI. COT data shows large speculators adding 12K net longs this week. However, FOMC minutes release in 6 hours introduces event risk — recommend waiting for post-event confirmation before entry. Quality: B+ (strong technicals, moderate fundamental uncertainty).”
This is not a gimmick. This is the kind of analysis that a senior institutional trader would produce — except it runs every 15 minutes, 24 hours a day, 5 days a week, without fatigue or emotional bias.
Why GPT-4, Not GPT-3.5
We tested both extensively. GPT-3.5 (released November 2022) was capable but made critical errors:
- It occasionally confused bullish and bearish signals when processing complex multi-factor inputs
- Its reasoning was sometimes circular — restating the inputs rather than synthesizing them
- It struggled with numerical precision, sometimes rounding prices in ways that made stop-loss levels invalid
GPT-4 (released March 2023) solved all three issues. Its reasoning is coherent, it handles numerical data accurately, and most importantly, it can identify contradictions between data sources and flag them rather than averaging them out.
We use GPT-4 for the synthesis layer and GPT-3.5-turbo for auxiliary tasks like news sentiment classification and initial data preprocessing. This balances cost and quality effectively.
Natural Language Processing for News Analysis
The second major AI integration was NLP-powered news analysis. Before 2023, our Sentiment Analyzer relied on keyword-based scoring — counting bullish and bearish words in headlines. It was primitive and often wrong.
With GPT integration, every news headline from Finnhub is now processed semantically:
- The AI understands that “Gold falls on strong jobs data” is bearish for XAUUSD even though “strong” is typically a positive word
- It distinguishes between “Fed likely to pause rate hikes” (bullish for gold) and “Fed pauses but signals future hikes” (neutral to bearish)
- It weights news by recency, source credibility, and relevance to the specific instrument being traded
The improvement in sentiment accuracy was dramatic. In backtested comparisons, AI-powered sentiment analysis correctly predicted market direction after news events 73% of the time, versus 51% for the old keyword-based system.
Elysium Media FZCO — Dubai Headquarters
In Q1 2023, we formalized the company structure. Elysium Media FZCO was incorporated in Dubai Silicon Oasis (DSOA), one of the UAE’s premier technology free zones.
Why Dubai:
- Regulatory environment — The UAE offers a progressive framework for fintech and algorithmic trading companies, with clear guidelines and DFSA oversight
- Tax efficiency — DSOA free zone provides a favorable corporate tax structure for qualifying technology companies
- Infrastructure — Low-latency connectivity to major financial centers (London, New York, Singapore, Hong Kong)
- Timezone advantage — Dubai (GMT+4) sits between Asian and European sessions, ideal for a 24/5 trading operation
- Talent pool — Growing community of quantitative finance and AI professionals relocating to the UAE
The company was registered with LEI (Legal Entity Identifier) for institutional transparency, and we established our banking relationship with Wio Bank for operational accounts.
12 Months of Live Trading — Honest Assessment
By September 2023, we have accumulated 12 months of continuous live trading data. This is still a relatively short track record in institutional terms, but it is enough to make some preliminary observations:
What the Data Shows
- The 7-module consensus works — Trades where all 7 modules agreed performed significantly better than trades where only 5-6 agreed. This validates the core architectural decision
- Smart Money detection is the highest-value module — Trades initiated after detecting institutional liquidity sweeps had the best risk-adjusted returns
- Session timing matters enormously — London-NY overlap (13:00-16:00 GMT) produces the highest quality signals. Asian session trades are filtered more aggressively
- Risk management is the real edge — The 3-tier stop system and trailing stop prevented what would have been significant drawdowns during the March 2023 banking crisis (SVB, Credit Suisse)
What We Are Still Improving
- Low-volatility regime performance — The system excels in trending markets but generates more false signals during extended consolidation periods. We are working on a regime-detection module to reduce activity during choppy conditions
- AI hallucination risk — Occasionally, the GPT-4 synthesis layer produces analysis that sounds convincing but contains subtle logical errors. We implemented a validation layer that cross-checks AI recommendations against the raw module outputs
- Latency during high-impact events — News-driven spikes can move gold 20-30 points in seconds. Our 15-minute signal refresh means we sometimes miss the initial move. We are developing a smart-refresh system that triggers recalculation when significant events are detected
We will not publish specific performance numbers in this post. When we do, they will be verified, audited, and presented with proper context. We have seen too many trading systems publish cherry-picked statistics. That is not what PMTS is about.
Platform Development — The Web Dashboard
Throughout 2023, we have been building the web platform at pmts.elysiumdubai.net. The dashboard provides:
- Real-time equity curves and balance tracking
- Monthly performance breakdown with win rate, Sharpe ratio, and drawdown metrics
- Individual trade history with entry/exit prices and P&L
- Live AI analysis page showing the current signal, confidence level, and market regime
- Multi-language support (English and Spanish initially)
The platform is built on a PHP REST API backend with MySQL, connected to MetaTrader 5 via our DataSync Expert Advisor that streams every trade and account snapshot in real time.
What 2024 Will Bring
Our roadmap for the next twelve months:
- Public dashboard launch — Opening the live performance dashboard for public viewing with verified, auditable results
- Multi-account management (MAM) — Enabling investors to allocate capital to the PMTS system through regulated broker accounts
- Enhanced AI pipeline — Integrating real-time social sentiment analysis (Reddit, Twitter/X) and whale transaction tracking into the AI Master
- Reversal detection 2.0 — A redesigned 6-factor confluence system for identifying trend reversals with higher accuracy
- Independent audit — Commissioning a third-party code review and performance verification
Three years of live development. Six years of total research. We are closer than ever to delivering on the original vision: a transparent, institutional-grade AI trading system that anyone can verify.
Past performance does not guarantee future results. Trading involves substantial risk of loss.
— Lorenzo Ballanti, Founder & Lead Developer, Elysium Media FZCO, Dubai Silicon Oasis
Ready to start trading with AI?
Join hundreds of traders using PMTS algorithmic trading technology
Get Started

