Skip to content

Simple pancakeswap-trading-bot with direct requests to bsc

Notifications You must be signed in to change notification settings

Kushak1/pancakeswap-trading-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages