TopRank Skills

Home / Claw Skills / Git / GitHub / crypto-executor
Official OpenClaw rules 54%

crypto-executor

Complete autonomous trading engine for Binance with WebSocket real-time, OCO orders, Kelly Criterion position sizing, trailing stops, circuit breakers, daily performance reports, AND NOW adaptive strategy mixing, memory persistence, and intelligent performance alerts. Self-learning trading bot that improves over time.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 crypto-executor 技能。 若已安装,则直接安装 crypto-executor 技能。

Overview

Skill Key
georges91560/crypto-executor
Author
Georges Andronescu (Wesley Armando)
Source Repo
openclaw/skills
Version
2.3.0
Source Path
skills/georges91560/crypto-executor
Latest Commit SHA
6e11e186f25bcc62f883727b84f604751bc7f05c

Extracted Content

SKILL.md excerpt

# Crypto Executor v2.3 — PRODUCTION READY ⚡

## 🎯 WHAT IT DOES

**Professional autonomous trading bot with COMPLETE feature set:**

✅ **WebSocket real-time** - Sub-100ms price updates (`websocket-client` required, REST 1s fallback auto)
✅ **OCO orders** - Binance-managed TP/SL (instant protection)
✅ **Kelly Criterion** - Optimal position sizing (adaptive)
✅ **Trailing stops** - Lock profits automatically
✅ **Circuit breakers** - 4-level protection system
✅ **Daily reports** - Performance analytics (9am UTC)
✅ **Parallel scanning** - 10 symbols in 500ms (10x faster)
✅ **Multi-strategy** - Scalping, momentum, statistical arbitrage
✅ **Performance tracking** - Win rate, Sharpe ratio, Kelly optimization
✅ **Adaptive strategy mixing** - Self-learning, adjusts daily
✅ **Memory persistence** - Remembers best config across restarts
✅ **LOT_SIZE validation** - Binance quantity compliance (no rejected orders)
✅ **OCO monitoring** - Detects TP/SL closes, updates Kelly in real-time

**This is the COMPLETE version with ALL advanced features for maximum safety and profitability.**

---

## ⚠️ EXTERNAL DEPENDENCY

**crypto-sniper-oracle** (optional — enriches signals with OBI/VWAP data)

- **Source:** https://github.com/georges91560/crypto-sniper-oracle
- **Purpose:** Provides order book imbalance, VWAP, and microstructure analysis
- **Execution:** Called via subprocess during market scanning
- **Security:** MUST be audited before installation (external code execution)

**What it does:**
- Fetches Binance market data
- Calculates order book metrics
- Returns JSON signals
- NO credential requirements
- NO network calls except Binance

**Installation instructions in CONFIGURATION.md**

---

## 🤖 Pre-Installation Check (Terminal / Hostinger)

> **Why pre-install?** The script is 1722 lines. Pre-installing it on the server means the AI agent never needs to recreate it from scratch — it launches in seconds and loads its learned memory immediately. Overwriting an existin...

README excerpt

# Crypto Executor v2.3 - PRODUCTION READY ⚡

**Professional autonomous trading bot with advanced risk management**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Version](https://img.shields.io/badge/version-2.3.0-blue.svg)](https://github.com/georges91560/crypto-executor)
[![Python](https://img.shields.io/badge/python-3.7+-blue.svg)](https://python.org)

Kelly Criterion · Trailing Stops · Circuit Breakers · Daily Reports · WebSocket Real-Time

---

## 🎯 Complete Feature Set

This is the **COMPLETE version** with ALL advanced features:

✅ **WebSocket real-time** (sub-second updates)  
✅ **OCO orders** (Binance-managed TP/SL)  
✅ **Kelly Criterion** (optimal position sizing)  
✅ **Trailing stops** (lock profits automatically)  
✅ **Circuit breakers** (4-level protection)  
✅ **Daily reports** (9am UTC via Telegram)  
✅ **Parallel scanning** (10x faster)  
✅ **Performance analytics** (win rate, Sharpe ratio)  

**1722 lines of production-ready code.**

---

## 💰 What Makes This Complete?

### **Safety Features**

| Feature | Benefit | Impact |
|---------|---------|--------|
| **Kelly Criterion** | Adapts position size to performance | 30-50% drawdown reduction |
| **Trailing Stops** | Locks profits on big moves | +50-200% profit capture |
| **Circuit Breakers** | Stops trading at limits | 10% max loss (kill switch) |
| **OCO Orders** | Instant TP/SL protection | <1s protection window |

### **Performance Features**

| Feature | Benefit | Impact |
|---------|---------|--------|
| **WebSocket** | Real-time price updates | 300x faster monitoring |
| **Parallel Scan** | 10 symbols simultaneously | 10x faster execution |
| **Daily Reports** | Full visibility | Optimization insights |
| **Multi-Strategy** | Diversified approach | Consistent returns |

---

## 🚀 Quick Start

### **Installation**

```bash
git clone https://github.com/georges91560/crypto-executor.git
cd crypto-executor
# SECURITY: pin...

Related Claw Skills