mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-13 02:41:59 +08:00
ENH: removed default for --capital_base in backtesting
This commit is contained in:
@@ -139,7 +139,6 @@ def ipython_only(option):
|
||||
@click.option(
|
||||
'--capital-base',
|
||||
type=float,
|
||||
default=10e6,
|
||||
show_default=True,
|
||||
help='The starting capital for the simulation.',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user