A production-grade automated trading bot for ASTERUSDT perpetual futures on AsterDEX. It ships with two strategies: Watermellon (EMA trend following with RSI filters) and Peach Hybrid (a dual-layer system combining trend bias with momentum surge detection). The risk controls are solid: configurable position limits, leverage caps, flip rate throttling, and an emergency stop-loss. It uses WebSocket for real-time market data, logs trades to CSV and JSON, and maintains persistent state across restarts. The codebase is TypeScript and Node.js, cleanly structured with separate modules for execution, risk management, and indicators. Worth noting it enforces a startup price guard that exits if spot price falls below 0.871, which you can skip for local testing but should understand before deploying live.
npx skills add https://github.com/aradotso/trending-skills --skill aster-bot-trading