DeltaExchange Crypto Momentum Bot

Замовник: AI | Опубліковано: 31.01.2026

I trade actively on DeltaExchange and now want to automate my momentum-based cryptocurrency entries and exits with clean, well-documented Python code. The goal is a single script (or small module) that connects to the DeltaExchange API, scans the supported perpetual futures universe, identifies momentum setups, places orders, manages positions, and logs everything for later review. Core requirements • Momentum logic: configurable look-back window, threshold and position-sizing formula so I can fine-tune risk/reward without rewriting the code. • Live trading & paper mode toggles that rely on the same functions, ensuring what I back-test is what I deploy. • Position management: automatic stop-loss and take-profit placement as soon as an order is filled, plus trailing stop capability. • Resilience: graceful handling of rate-limits, connection drops and API errors; restart should pick up open positions correctly. • Clear, timestamped logging to CSV or SQLite for fills, PnL and key signals. • Simple config file for API keys, instrument whitelist, risk caps per trade and per session. Deliverables 1. Python 3.x source with inline comments and docstrings. 2. Quick-start README explaining environment setup, required packages (requests, pandas, numpy, ccxt or native DeltaExchange SDK, whichever you prefer) and example configuration. 3. A short back-test notebook or script that demonstrates the momentum logic on historical exchange data so I can validate its edge before switching to live mode. 4. One short hand-off call or text walkthrough to ensure I can run, tweak and extend the bot on my VPS. If you have already worked with DeltaExchange or a similar crypto venue, let me know; otherwise solid experience with exchange REST/WebSocket APIs and Python trading libraries is enough. Clean, modular code and clear explanations will be my main acceptance criteria.