azarshab-saeed / pancakeswap-trading-bot

Simple pancakeswap-trading-bot with direct requests to bsc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pancakeswap trading bot

Simple python trading bot for direct swaps with Pancakeswap

Use this bot at your own risk, don't try to trade with real money before making your own strategy, this is just a showcase of possible way to trade with pancakeswap.

Features

  • Direct requests to Pancakeswap router based on RSI/price calculation
  • Real time monitoring of trades
  • Coingecko API basic setup

Quick Start

  • Create bsc address and get it's keys

  • Insert bsc address and private key inside of programm

  • transfer some WBNB and BNB at your address

  • Start main.py

      python main.py
    

Requirements

#talib is optional if you use different strategy


pip install talib
pip install web3

Sidenotes

If you find this helpfull you can support me by registering with Binance ref link: https://accounts.binance.com/en/register?ref=TVUOOEYC

About

Simple pancakeswap-trading-bot with direct requests to bsc


Languages

Language:Python 100.0%