Skip to content

a-sehic-dev/binance-spot-grid-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binance SPOT Halal Grid Trading Bot

Python trading bot for Binance SPOT market only (no futures, no leverage).
Implements a simple grid strategy with Telegram alerts and safety controls.

Features

  • SPOT-only guard (halal approach)
  • Grid buy/sell levels
  • Telegram notifications for BUY/SELL
  • DRY_RUN mode for safe testing
  • Basic risk controls (cooldown, limits)
  • Environment variables for API keys

Tech

  • Python
  • CCXT
  • Binance API
  • Telegram Bot API
  • python-dotenv

Setup

Create .env file:

BINANCE_API_KEY=your_key
BINANCE_API_SECRET=your_secret
TELEGRAM_TOKEN=your_token
TELEGRAM_CHAT_ID=your_chat_id

About

A Python trading bot for Binance SPOT market only, designed with a conservative grid strategy and basic risk controls. The bot executes automated buy and sell orders based on predefined grid levels and sends notifications via Telegram. This project was built as a practical automation tool and as part of a Python automation portfolio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages