Skip to content

80-am/tjur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tjur

Build Status Python Version License: GPL-3.0

Binance momentum bot

Getting Started

Copy tjur/config.sample into tjur/config.yaml and fill in your API secrets.

# Live trading or paper trading
live_trading: False

# Whether to use Terminal UI
ui: True

binance:
  api_key: 'YOUR_API_KEY'
  api_secret: 'YOUR_API_SECRET'

log:
  level: 'INFO'

symbols:
  one: 'ETH'
  two: 'USDT'

position_percentage: 4

Install dependencies with pip.

pip install -r requirements.txt

About

Binance momentum bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •