ENH: removed default for --capital_base in backtesting

This commit is contained in:
Victor Grau Serrat
2017-11-27 13:20:00 -07:00
parent 7dddc0a85f
commit c6fe45371c
-1
View File
@@ -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.',
)