Native Android institutional-grade trading platform with AI research, professional order flow analysis, MT5 automation, strategy ingestion, and educational content.
- Android: Kotlin + Jetpack Compose + MVVM + Clean Architecture
- Backend: FastAPI (Python) with WebSocket support
- AI: Multi-provider (OpenAI/Gemini/Ollama/Local)
- Charts: Lightweight Charts + WebGL/Custom rendering
- Database: Room (Android) + SQLite → PostgreSQL (production)
All modules enforce PAPER-TRADING-ONLY mode. No live trading execution without explicit user authorization and broker certification.
android/— Android app + modulesbackend/— FastAPI backendai/— AI service providers + enginestrategy/— Strategy parsing + execution engineorderflow/— Order flow analysis enginemarket/— Market data engineresearch/— Research + paper engineeducation/— Education + practice enginemt5/— MetaTrader 5 connectordocs/— Architecture + decision recordsscripts/— Build + deploy scriptsconfig/— Environment configs