mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
shame on me
This commit is contained in:
parent
f551fb5ff7
commit
91629807f7
|
@ -204,7 +204,7 @@ class FreqtradeBot(object):
|
|||
self.state = State.STOPPED
|
||||
return state_changed
|
||||
|
||||
def get_target_bid(self, pair: str, test_ticker: Dict[str, float]) -> float:
|
||||
def get_target_bid(self, pair: str, test_ticker: Dict[str, float] = None) -> float:
|
||||
"""
|
||||
Calculates bid target between current ask price and last price
|
||||
:param test_ticker: Ticker to use for getting Ask and Last Price; left for tests
|
||||
|
|
Loading…
Reference in New Issue
Block a user