From c6fe45371c71041751a898186c7bb38840430efd Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Mon, 27 Nov 2017 13:20:00 -0700 Subject: [PATCH] ENH: removed default for --capital_base in backtesting --- catalyst/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/catalyst/__main__.py b/catalyst/__main__.py index 86e49ca2..feddb5b8 100644 --- a/catalyst/__main__.py +++ b/catalyst/__main__.py @@ -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.', )