If you need a reliable, maintainable crypto trading bot or market automation — I can build it as a clean Python project with clear configuration, logging, and safety checks.
What I can build
• Strategy execution logic (entry/exit rules implemented exactly as you specify)
• Paper-trading / simulation mode
• Backtesting QA checks (fees/slippage parameters, basic leakage/lookahead sanity checks)
• Exchange integration via CCXT (spot/futures depending on exchange support)
• Order management: market/limit, retries, timeouts, partial fills handling (best-effort)
• Monitoring: logs, alerts, state persistence
Deliverables
• Python repo with modular structure (config + core logic + connectors)
• README with setup/run instructions
• Example config + sample run
What I need from you
• Exchange name(s) + symbol(s) + timeframe
• Exact rules (or pseudo-code) you want implemented
• If you want live trading: your preferred credential handling model (I strongly prefer you keep keys on your side)