Oracle.
The Algorithmic Trading Co-Pilot. Designed to give retail traders the analytical edge of an institutional hedge fund.

01 / The Spark
It started with a voice note.
A friend of mine sent me a frustrated voice note. Like millions of retail traders globally, he was overwhelmed by the sheer volume of market noise. To place a single good trade, he had to check X (formerly Twitter) for breaking news, TradingView for technicals, CoinMarketCap for volume, and Forex Factory for macro events.
“What if,” he asked, “we had a tool that could analyze traditional news and historical market data at the same time, and just give us the setup?”
As a Forex trader myself, I felt this pain daily. I knew exactly what he meant. That voice note became the blueprint for Oracle.
02 / The Problem
The Hallucination Trap.
When I began building the prototype, I realized why most "AI trading bots" fail. Standard Language Models are blind. If you ask them for a EUR/USD setup, they confidently guess a fake price based on outdated training data. In trading, a wrong guess costs real money.
Furthermore, the AI was acting like a cheap calculator, and began to blindly add 30 pips for a Take-Profit and calling it a day. Traders don't need a calculator. They need a mentor. They need a system that understands market structure, liquidity zones, and strict risk management.
03 / The Engineering
Building a true analyst.
I had to architect a system where the AI wasn't just guessing, but actively reading the live market. I engineered a Multi-Market Data Bridge. Before the user's prompt ever reaches the AI engine, Oracle runs background functions to fetch live Crypto data, global Forex rates, and macro-sentiment parameters.
I injected this live data directly into the system using the blazing-fast Groq (Llama 3.3) engine. Then, I rewrote the algorithmic instructions. Oracle is mathematically constrained. It is programmed to identify logical pullback zones, set structural stop-losses, and enforce a strict 1:3 Risk-to-Reward ratio, the gold standard of sustainable trading.

04 / User Experience
Designing for trust.
In the FinTech and Web3 space, trust is visual. If a tool looks cheap, users won't trust it with their capital. I designed Oracle to feel like a premium, high-frequency trading desk.
- ▹ The Morphing UI: Users land on a beautifully animated page. The moment they type a query, the UI seamlessly morphs into a personalized trading terminal without jarring page reloads.
- ▹ Living Interface: I implemented a real-time, animated data ticker using Framer Motion, making the app feel alive and actively monitoring the markets.
- ▹ Frictionless Auth: Integrated Clerk to allow traditional Email/Google logins alongside direct Web3 wallet connections (MetaMask).
05 / The Outcome
Constraining the machine.
Building Oracle taught me a critical lesson about engineering: The true power of AI doesn't lie in letting the machine do whatever it wants. True power comes from constraining the AI. By building strict data pipelines and mathematical guardrails, the technology serves the human, not the other way around.
I didn't just build a chatbot; I built a bridge between complex financial data and human decision-making.