Skip to content

Commit

Permalink
demo fix
Browse files Browse the repository at this point in the history
Tony4Buaa committed May 18, 2017
1 parent 13c12fa commit 7d194fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/hello-world-bot.py
Original file line number Diff line number Diff line change
@@ -15,6 +15,9 @@ class RangeTrader(btcebot.TraderBase):
at your own risk (and remember this is just a sample, not a recommendation
on how to make money trading using this framework).
'''



def __init__(self, api, pair, buy_price, sell_price, live_trades = False):
btcebot.TraderBase.__init__(self, (pair,))
self.api = api

0 comments on commit 7d194fb

Please sign in to comment.