What problem does it solve?
Moltrade automates the setup, testing, and operation of a self-hosted trading bot. It streamlines configuring exchange adapters, running backtests, and broadcasting Nostr signals, reducing manual overhead and risk when managing automated strategies.
Core Features & Use Cases
- Config & Init: Quickly initialize a fresh bot configuration, including relayer settings, wallet details, and bot registration.
- Backtest & Test-Mode Runs: Build confidence by running local backtests and test-mode simulations before live trading.
- Nostr Signal Broadcast & Exchange Integration: Broadcast encrypted signals and integrate with multiple exchanges using modular adapters.
Quick Start
Clone the Moltrade repository and install dependencies locally. Then run the built-in wizard to create a fresh configuration (no trading yet).
- git clone https://github.com/hetu-project/moltrade.git
- cd moltrade/trader && pip install -r requirements.txt
- python main.py --init