butter1011 / BybitTradingBot

0 stars 0 forks source link

Automated Trading Bot for Bybit Futures

This script implements an automated trading bot for Bybit Futures using the pybit library. It places a limit sell order with stop loss and take profit levels, and monitors the market for order execution and position management.

Key Features:

Configuration:

Usage:

  1. Set up API credentials (API_KEY and API_SECRET)
  2. Configure trading parameters (SYMBOL, TRIGGER_PRICE, etc.)
  3. Run the script to start the automated trading bot

Note: This script is for educational purposes only. Use at your own risk.