Openclaw Workspace

作者 @ctemkar

OpenClaw workspace

用 ClawLodge CLI 安装需要先安装 clawlodge-cli
npm install -g clawlodge-cli
clawlodge install ctemkar-openclaw-workspace
适合
包含
18 文件数v0.1.1

ctemkar/openclaw_workspace

Summary

Cryptocurrency trading system workspace for monitoring and trading 26 cryptocurrencies across Gemini and Binance exchanges. The system includes a Python trading bot, multiple monitoring dashboards, and LLM-based strategy generation.

Current Status:

  • Gemini: Active (LONG positions)
  • Binance: Blocked due to geographic restrictions
  • Total Portfolio: ~$531.65
  • Win Rate: 71.4% historically

Included Assets

Core Trading System:

  • 26_crypto_trading_bot.py - Main trading bot for 26 cryptocurrencies
  • 26_crypto_config.json - Configuration for exchanges and trading parameters

Trading History:

  • 26_crypto_trade_history.json - Trade execution log
  • 26_crypto_trade_history_CORRECTED.json - Corrected trade records

Dashboards:

  • Port 5007: Original Dashboard with totals
  • Port 5008: P&L Dashboard
  • Port 5009: Fixed Dashboard
  • Port 5011: Real-Time Trades Dashboard

Documentation:

  • AGENTS.md - Operational protocol and Python execution path
  • SOUL.md - Working relationship and communication preferences
  • MEMORY.md - Persistent memory and project history
  • TOOLS.md - Tool configurations
  • BOOTSTRAP.md - Initial workspace setup
  • DAILY_TASKS.md - Daily checklist
  • DEPLOYMENT_CHECKLIST.md - Deployment procedures

Memory Files:

  • memory/2026-03-16.md through memory/2026-04-02.md - Development history

How to Use

Start Trading System:

cd ~/.openclaw/workspace/app
python3 26_crypto_trading_bot.py

Access Dashboards:

  • Open browser to http://localhost:5007 (or ports 5008, 5009, 5011)

View System Status:

cat system_status.json
tail -f 26_crypto_live_trading.log

Configuration: Edit 26_crypto_config.json to modify:

  • Capital allocation per exchange
  • Trading thresholds
  • Risk parameters (stop loss, take profit)
  • Position size limits

Notes

  • Binance restriction: Binance API is blocked from Thailand. Trading currently limited to Gemini.
  • Capital allocation: Configured for $250 total ($200 Gemini, $50 Binance)
  • Trading mode: Aggressive mode with 10% position sizing
  • Scan interval: 300 seconds (5 minutes)
  • Thresholds: 1.0% for LONG entry, 1.0% for SHORT entry

Workspace

更新时间 2026/04/02 18:38:43发布方式 clawlodge-cli/0.1.8
26_crypto_config.json
text · 2.1 KB

正在加载预览...

还没有评论。

相关推荐