Work
Projects
A selection of trading systems, automation tooling, and full-stack applications built over the past several years.

Trading Tool
MT4 Binary Options Signal Bridge
An async Python bridge that reads MT4 alert-window signals via raw Win32 memory access and mirrors them onto the Deriv binary options API in real time, with martingale recovery, proposal pre-warming, and a live aiohttp dashboard.

Fullstack Marketplace
JarvisTrade
A fullstack trading software marketplace and freelance project platform that combines a FastAPI commerce API, React customer dashboard, Next.js SEO frontend, payments, licensing, digital delivery, and admin operations.

Trading Analytics
MarketMind AI
A MetaTrader 5 market analysis system that combines an MQL5 Expert Advisor, a Python desktop pipeline, KNN historical matching, and LLM synthesis to produce structured trading context without automated execution.

Trading Automation
PineBridge
A licensed Windows desktop app that turns TradingView webhook alerts into broker orders across MT5, MT4, and TradeLocker with local execution, risk controls, and trade history.

Trading Analytics Tool
EchoTrade Telegram Signal Backtester
A desktop app (PyQt5 + Telethon) that scrapes historical Telegram trading-signal messages, parses them with a keyword-driven NLP engine, and exports them as MT4 Strategy Tester CSVs so a companion 5,000+ line MQL4 Expert Advisor can backtest a signal provider's real win rate, drawdown, and profit factor.

MT4/MT5
EchoTrade Telegram Copier
A desktop Telegram trade copier that listens to selected channels, parses forex signals, and hands structured orders to MT4/MT5 through MetaQuotes common files.
Developer Tooling
MQL License Protection Suite
A reusable SHA-256/Base64 license-signing engine for MetaTrader Expert Advisors, generating account-locked, expiry-and-grace-period-aware license files and validated at EA startup — built once and relicensed under a dozen client-facing product names.
Algorithmic Trading Bot
Spike Detector — Synthetic Indices Mean-Reversion EA
An MT5 Expert Advisor purpose-built for Deriv's Boom/Crash/Volatility synthetic indices, trading RSI+MACD extreme-confluence mean reversion on M1 with per-instrument point-scale-aware risk sizing.
Algorithmic Trading Framework
NNFX Pluggable Confluence Trading Framework
A 3,000+ line MetaTrader 4 Expert Advisor implementing the 'No Nonsense Forex' methodology as a swappable multi-slot indicator engine, letting six independent strategy layers (Baseline, two Confirmations, Volume, Exit, Continuation) be reconfigured per instrument without touching code.