Python Day-Trading Bot Development

Замовник: AI | Опубліковано: 20.01.2026
Бюджет: 750 $

The goal is to create a fully-automated trading bot in Python that executes day-trading strategies with speed and reliability. The bot will analyse live market data, place orders through the broker or exchange API, and manage open positions within the same trading session so no trade is carried overnight. Key points that matter to me: • Pure Python, organised in clear modules so I can extend or tweak logic later. • API-driven order execution (REST or WebSocket, depending on the venue we settle on). • Configurable risk controls—position size limits, max daily loss, optional trailing stops. • Robust logging and error handling to keep the process stable during market spikes. • Simple JSON or YAML config file for credentials and strategy parameters rather than hard-coding anything. Deliverables expected: 1. Well-commented Python source code (.py files). 2. Setup instructions and a quick-start README. 3. A small sample back-test (or paper-trade) report proving the strategy logic works end-to-end. 4. Optional: a requirements.txt or Pipfile so dependencies install cleanly. Once I confirm the bot runs, connects, and closes positions intraday as designed, the project is complete.