add --fee to change fees to other values
This commit is contained in:
@@ -144,6 +144,12 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
default=os.path.join('user_data', 'backtest_results',
|
||||
'backtest-result.json'),
|
||||
),
|
||||
"fee": Arg(
|
||||
'--fee',
|
||||
help='Specify fee %%. Should be in %%, will be applied twice (on trade entry and exit).',
|
||||
type=float,
|
||||
metavar='FLOAT',
|
||||
),
|
||||
# Edge
|
||||
"stoploss_range": Arg(
|
||||
'--stoplosses',
|
||||
|
||||
Reference in New Issue
Block a user