Developed Robot ProfitX, an autonomous quantitative trading engine built on a monorepo structured with NPM Workspaces. The system processes incoming signals, computes price trends via native indicators, and executes trades with optimized latency.
I wrote pure TypeScript mathematical implementations of Bill Williams Fractals and the Chaos Oscillator (momentum and wick pressure), eliminating external packages. The banking state machine automates Martingale and Soros money management strategies under strict risk controls (Stop Loss, Stop Win, max exposure). Includes CQRS audit logging to map signals to trades using Correlation and Causation IDs.
Explore the native indicators implementation and the financial state machine in the GitHub repository.