Skip to content

Commit

Permalink
set calls_per_second
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarq committed Oct 15, 2017
1 parent 28501b7 commit 47fabf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freqtrade/exchange/bittrex.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def __init__(self, config: dict) -> None:
api_key=_EXCHANGE_CONF['key'],
api_secret=_EXCHANGE_CONF['secret'],
api_version=API_V2_0,
calls_per_second=10,
)

def buy(self, pair: str, rate: float, amount: float) -> str:
Expand Down

0 comments on commit 47fabf6

Please sign in to comment.