mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Type-check fee from configuration ...
This commit is contained in:
parent
37da714610
commit
935e8f49de
|
@ -171,6 +171,7 @@ CONF_SCHEMA = {
|
|||
'use_exit_signal': {'type': 'boolean'},
|
||||
'exit_profit_only': {'type': 'boolean'},
|
||||
'exit_profit_offset': {'type': 'number'},
|
||||
'fee': {'type': 'number', 'minimum': 0, 'maximum': 0.1},
|
||||
'ignore_roi_if_entry_signal': {'type': 'boolean'},
|
||||
'ignore_buying_expired_candle_after': {'type': 'number'},
|
||||
'trading_mode': {'type': 'string', 'enum': TRADING_MODES},
|
||||
|
|
Loading…
Reference in New Issue
Block a user