Skip to content

80-am/tjur

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