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 cryptocurrencies26_crypto_config.json- Configuration for exchanges and trading parameters
Trading History:
26_crypto_trade_history.json- Trade execution log26_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 pathSOUL.md- Working relationship and communication preferencesMEMORY.md- Persistent memory and project historyTOOLS.md- Tool configurationsBOOTSTRAP.md- Initial workspace setupDAILY_TASKS.md- Daily checklistDEPLOYMENT_CHECKLIST.md- Deployment procedures
Memory Files:
memory/2026-03-16.mdthroughmemory/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
Aucun commentaire pour le moment.