Merge branch 'feat/short' into max-amount

This commit is contained in:
Sam Germain
2022-02-04 04:42:38 -06:00
10 changed files with 187 additions and 40 deletions

View File

@@ -941,11 +941,10 @@ class Exchange:
side: str,
amount: float,
rate: float,
leverage: float,
reduceOnly: bool = False,
leverage: float = 1.0,
time_in_force: str = 'gtc',
) -> Dict:
# TODO-lev: remove default for leverage
if self._config['dry_run']:
dry_order = self.create_dry_run_order(pair, ordertype, side, amount, rate, leverage)
return dry_order