moltrade

Configure, backtest, and broadcast Nostr signals from a local Moltrade bot.

4|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/hetu-project/moltrade --skill moltrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moltrade
Source: https://github.com/hetu-project/moltrade/tree/main/skills/moltrade
Command: npx skills add https://github.com/hetu-project/moltrade --skill moltrade

SYSTEM DOCUMENTATION & REQUIREMENTS

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

Frequently Asked Questions about moltrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a self-hosted trading bot with Python?

To set up a self-hosted trading bot, clone the Moltrade repository, install Python dependencies locally, and run the built-in wizard via `python main.py --init` to generate a fresh configuration.

What is Nostr signal broadcasting in automated trading?

Nostr signal broadcasting in automated trading sends encrypted strategy signals from a local bot to relayers. It integrates with modular exchange adapters to execute trades securely in a self-hosted environment.

Can I backtest trading strategies before executing live trades?

Yes, you can backtest trading strategies before live execution. The bot supports local backtesting and test-mode simulations, allowing you to validate strategies and build confidence before risking actual funds.

Does the bot support multiple exchanges for automated trading?

Yes, the bot supports multiple exchanges for automated trading by using modular exchange adapters. You configure these adapters within the initialization wizard alongside your relayer settings and wallet details.

Do I need to provide my own API keys to run the bot?

Yes, you need to provide your own API keys to run the bot. The setup expects user-supplied keys and relayer details to be entered through the configuration wizard for secure, self-hosted operation.