Binance MACD Bot for Openclaw

A technical analysis bot for Binance that generates real-time buy and sell signals based on MACD crossovers and histogram momentum.

mosonchan2023
v1.0.1
Mar 7, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install binance-macd-bot

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install binance-macd-bot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Binance MACD Bot?

The Binance MACD Bot is a specialized tool designed for traders who want to automate their technical analysis on the Binance exchange. By leveraging the Moving Average Convergence Divergence (MACD) indicator, this skill provides a systematic way to identify trend reversals and momentum shifts. As part of the ecosystem of Openclaw Skills, it allows developers to integrate professional-grade financial indicators into their trading agents or automated workflows with minimal configuration.

The bot calculates the relationship between two moving averages of a security’s price, offering insights into whether a trend is strengthening or weakening. It simplifies the process of monitoring multiple pairs, ensuring that traders never miss a Golden Cross or Death Cross event. By using Openclaw Skills for your trading logic, you can build robust, data-driven strategies that react to market changes in real-time.

Binance MACD Bot Use Cases

  • Detecting Golden Cross and Death Cross signals for high-volume pairs like BTC/USDT.
  • Building automated trading bots that require verified technical indicators before executing orders.
  • Screening multiple timeframes (e.g., 15m, 1h, 4h) to confirm trend alignment using Openclaw Skills.
  • Incorporating MACD histogram analysis into market research reports.

How Binance MACD Bot Works

  1. The user sends a request specifying the trading pair, timeframe, and MACD parameters (Fast, Slow, and Signal periods).
  2. The skill fetches the latest market data directly from the Binance API.
  3. It performs the technical calculation to determine the MACD line, signal line, and the resulting histogram.
  4. The logic compares the current values to identify specific signal types such as crossovers or trend transitions.
  5. The skill returns a JSON response containing the raw values, a clear interpretation of the momentum, and an actionable recommendation.

Binance MACD Bot Setup

To deploy this skill, you must configure your environment with a valid SkillPay API key. Each execution of the bot costs 0.001 USDT.

# Configure your API key
export SKILLPAY_API_KEY="your_skillpay_key_here"

Once configured, you can call the skill using the binance-macd-bot identifier within your Openclaw Skills powered application.

Binance MACD Bot Data Schema & Taxonomy

The skill produces a structured output to ensure easy integration into larger trading systems. Below is the metadata schema for the results:

Property Description Type
pair The cryptocurrency pair analyzed String
macd The calculated MACD line value Number
signal The calculated signal line value Number
histogram The calculated histogram (MACD - Signal) Number
signal_type The detected event (e.g., GOLDEN_CROSS, DEATH_CROSS) String
recommendation The suggested trading action (BUY, SELL, or HOLD) String

Binance MACD Bot Advanced Features

  • Custom Parameter Support: Adjust fast, slow, and signal periods to match specific trading styles (e.g., scalping vs. swing trading).
  • Trend Analysis: Beyond simple crosses, the bot analyzes the histogram to determine if bullish or bearish momentum is increasing.
  • Divergence Detection: Capability to identify when MACD movements diverge from price action, indicating potential exhaustion.
  • Low-Latency Integration: Optimized for use with Openclaw Skills to ensure fast signal delivery during volatile market conditions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*