set initial open_rate and amount in create_trade
This is mostly needed by dry_run
This commit is contained in:
@@ -106,9 +106,7 @@ def cancel_order(order_id: str) -> None:
|
||||
|
||||
def get_order(order_id: str) -> Dict:
|
||||
if _CONF['dry_run']:
|
||||
return {
|
||||
|
||||
}
|
||||
return {}
|
||||
|
||||
return _API.get_order(order_id)
|
||||
|
||||
|
Reference in New Issue
Block a user