test_execute_entry liquidation_price test test_get_maintenance_ratio_and_amt_gateio

This commit is contained in:
Sam Germain
2022-01-13 02:12:02 -06:00
parent 2d545a2def
commit 387a9fbf36
6 changed files with 66 additions and 23 deletions

View File

@@ -155,7 +155,7 @@ CONF_SCHEMA = {
'ignore_roi_if_buy_signal': {'type': 'boolean'},
'ignore_buying_expired_candle_after': {'type': 'number'},
'trading_mode': {'type': 'string', 'enum': TRADING_MODES},
'collateral_type': {'type': 'string', 'enum': COLLATERAL_TYPES},
'collateral': {'type': 'string', 'enum': COLLATERAL_TYPES},
'backtest_breakdown': {
'type': 'array',
'items': {'type': 'string', 'enum': BACKTEST_BREAKDOWNS}