Skip to content

alussana/binance_grid_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binance_grid_bot

setup virtual environment

python3 -m venv env
source env/bin/activate
pip install python-binance
pip install pandas
pip install dash

example usage

start the bot [tmp]

./bot.py --api_key testnet_api_key --api_secret testnet_secret_key

deploy Dash interface [tmp]

./dashboard.py --symbol XRPBUSD

to do

  • make testnet mode triggerable from command arguments
  • automatically handle currency names in dash monitoring interface from arguments
  • factor in the fees to compute the buy and sell thresholds when not in test mode
  • use additional database table to store the bot parameters, enabling to resume a run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published