Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-Vallance committed Sep 2, 2018
1 parent 41f43c8 commit 0cff78d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bt-ccxt-store
A temporary fork of Ed Bartosh's CCXT Store Work with some additions added
for a project I was working on.
A fork of Ed Bartosh's CCXT Store Work with some additions added for a projects
I have been working on.

This repo will be kept only for reference. It is out of date with the store from Ed.
Some additions have been made to this repo that I find useful. Your mileage may
vary. Check out the example script.
5 changes: 5 additions & 0 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,13 @@ def notify_data(self, data, status, *args, **kwargs):
'secret': secret,
'enableRateLimit': True
}

# IMPORTANT NOTE - Kraken (and some other exchanges) will not return any values
# for get cash or value if You have never held any LTC coins in your account.
# So switch LTC to a coin you have funded previously if you get errors
store = CCXTStore(exchange='kraken', currency='LTC', config=config, retries=5, debug=False)


# Get the broker and pass any kwargs if needed.
# ----------------------------------------------
# Broker mappings have been added since some exchanges expect different values
Expand Down

0 comments on commit 0cff78d

Please sign in to comment.