Skip to content

yuyasugano/bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Bot program

CCXT + Binance python program.

setup steps

  1. Copy the template configuration.json.template and rename it to configuration.json. You need to configure API key and Secret in the file.
  2. Prepare strategy.py with your own trading strategy.
  3. Modify configuration.json with your own parameters.
  4. Run a bot program as below

once.py is just a one-time runner for your testing purpose.

$ python main.py configuration.json strategy.py
$ python once.py configuration.json strategy.py

About

CCXT + Binance python program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages