You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLM-powered trading agents that turn plain natural language into a five-pillar strategy: Trend, Mean-Reversion, Momentum, Volume, and Risk. Each strategy is hosted, self-evolving, configurable through 30+ tunable parameters, and bit-exact between backtest and live execution. Built for simulated Hyperliquid perpetuals.
Can a machine learning model beat buy-and-hold on Indonesian stocks? This project builds, tests, and rigorously evaluates a trading strategy powered by XGBoost — one of the most battle-tested ML algorithms in quantitative finance. Tested on Indonesian Stocks
Multi-agent LLM trading framework: hard-discipline (code) + soft-judgment (LLM) hybrid. Best risk-adjusted performance on NVDA 6-month benchmark — +43.9% / -3.2% MDD, beating RSI, Momentum, Buy & Hold, and single-agent LLM. Raw returns top all baselines once the position cap is lifted. Adapted from TauricResearch/TradingAgents, built on LangGraph.
Black-Scholes pricing and Greeks, variance-reduced Monte Carlo for exotics, and implied-volatility surface construction. A tested, pip-installable Python options-analytics library.