Fix documentation
This commit is contained in:
parent
b27c8256f4
commit
970a4c3bf7
@ -253,12 +253,12 @@ class DefaultStrategy(IStrategy):
|
||||
|
||||
def did_cancel_buy(self, pair: str):
|
||||
"""
|
||||
we are notified that a given pair was bought
|
||||
we are notified that a given pair buy was not filled
|
||||
:param pair: the pair that was is concerned by the dataframe
|
||||
"""
|
||||
|
||||
def did_cancel_sell(self, pair: str):
|
||||
"""
|
||||
we are notified that a given pair was sold
|
||||
we are notified that a given pair was not sold
|
||||
:param pair: the pair that was is concerned by the dataframe
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user