← Back to Skills Marketplace
alexchoi21

ChoiGPT Binance Trading Bot

by ALEXCHOI21 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
23
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install choigpt-binance-bot
Description
Automates Binance futures trading using Sweepzone V1 strategy with real-time market scanning, dynamic risk management, and Telegram notifications.
README (SKILL.md)

ChoiGPT Binance Trading Bot Skill

이 스킬은 Sweepzone V1 전략을 기반으로 바이낸스 선물 시장을 감시하고, 최적의 타점에서 자동 매매를 수행하는 에이전트 도구입니다.

🚀 주요 기능

  1. Sweepzone V1 전략 분석: 일봉 일목균형표 구름대 돌파 및 20MA 추세 확증 로직을 사용하여 고승률 진입 타점을 포착합니다.
  2. 실시간 시장 감시: market_scanner_service.py를 통해 여러 심볼의 기회를 동시에 탐색합니다.
  3. 위험 관리: 자산 대비 동적 포지션 사이징(기본 15%), Trailing Stop(1.2%), Kimchi Premium Shield(4%) 기능을 내장하고 있습니다.
  4. 텔레그램 통합: 매매 신호 및 일일 수익 리포트를 텔레그램으로 실시간 전송합니다.

🛠 사용 방법

에이전트는 다음 명령어를 사용하여 봇을 제어하고 분석할 수 있습니다.

1. 봇 가동 (Live Mode)

실제 자산으로 자동매매를 시작합니다.

python src/main.py --mode live

2. 백테스트 (Backtest Mode)

특정 심볼의 과거 데이터를 기반으로 수익률을 검증합니다.

python src/main.py --mode backtest --symbol BTCUSDT

3. 시장 스캐너 실행

현재 매수 기회가 있는 모든 코인을 탐색합니다.

python scripts/market_scanner_service.py

4. 실시간 대시보드 확인

현재 포지션 및 누적 수익률을 확인합니다.

python scripts/dashboard.py

⚠️ 주의 사항

  • API 설정: 실행 전 manifest.json에 정의된 Binance API Key 및 Telegram 설정이 완료되어야 합니다.
  • 환경 변수: 플랫폼 내 환경 변수 설정을 통해 보안을 유지하십시오.
  • 데이터 보존: data/ 디렉토리의 상태 파일들이 유지되어야 정확한 수익률 추적이 가능합니다.

Author: ALEXCHOI21 Version: 1.0.0

Usage Guidance
Install only if you understand it is a live automated futures trading bot. Test with Binance testnet or very small limits first, use a dedicated no-withdrawal API key, explicitly review whether Gemini/Google AI calls are acceptable, and make sure you know how to stop the bot and revoke credentials.
Capability Analysis
Type: OpenClaw Skill Name: choigpt-binance-bot Version: 1.0.0 The bundle appears to be a functional Binance trading bot, but it contains a hardcoded Google Gemini API key in 'src/ai_analyzer.py' (AIzaSy...6xA), which is a significant security vulnerability and credential leak. While the code performs high-risk actions such as executing financial trades, managing API keys, and communicating with external endpoints (Binance, Telegram, Google), these behaviors are consistent with the stated purpose of a trading bot. No explicit evidence of intentional malice, such as data exfiltration of local secrets or unauthorized backdoors, was found; however, the presence of hardcoded credentials and the inherent risk of automated trading scripts warrant a suspicious classification.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose and code are coherent for an automated crypto futures bot, but the capability is high-impact: it can start live trading with real assets and execute trades automatically from strategy signals.
Instruction Scope
The live workflow is described as starting automatic trading with real assets, but the artifacts do not show per-trade user confirmation, clear loss caps, testnet-first defaults, or a bounded approval model.
Install Mechanism
Registry requirements say no required environment variables and no install spec, while included manifest files require Binance and Telegram credentials and docker-compose defines a restartable service. This is partly disclosed in the files but under-declared in registry metadata.
Credentials
Binance trading credentials are proportionate to the stated purpose, but the code also includes Gemini API calls that can include account balances, positions, PnL, and chat history, which is not clearly disclosed in SKILL.md or the credential metadata.
Persistence & Privilege
The bot is designed as a long-running trading service, and docker-compose sets restart: always, which can keep the trading process running after failures unless the user explicitly stops it.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install choigpt-binance-bot
  3. After installation, invoke the skill by name or use /choigpt-binance-bot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the ChoiGPT Binance Trading Bot Skill. - Implements Sweepzone V1 strategy for high-probability trade entries using Ichimoku Cloud breakout and 20MA confirmation. - Real-time multi-symbol market scanning for trading opportunities. - Integrated risk management: dynamic position sizing, trailing stop, and Kimchi Premium Shield. - Sends trading signals and daily profit reports via Telegram. - Supports live trading, backtesting, market scanning, and dashboard monitoring through command-line tools.
Metadata
Slug choigpt-binance-bot
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ChoiGPT Binance Trading Bot?

Automates Binance futures trading using Sweepzone V1 strategy with real-time market scanning, dynamic risk management, and Telegram notifications. It is an AI Agent Skill for Claude Code / OpenClaw, with 23 downloads so far.

How do I install ChoiGPT Binance Trading Bot?

Run "/install choigpt-binance-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ChoiGPT Binance Trading Bot free?

Yes, ChoiGPT Binance Trading Bot is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ChoiGPT Binance Trading Bot support?

ChoiGPT Binance Trading Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ChoiGPT Binance Trading Bot?

It is built and maintained by ALEXCHOI21 (@alexchoi21); the current version is v1.0.0.

💬 Comments