diff --git a/compare.py b/compare.py index 888e341..a75afbc 100644 --- a/compare.py +++ b/compare.py @@ -80,7 +80,6 @@ def simulate(stockData, monthly_params): "max_dd%", "max_md", "vwr", - "tr", ] ) @@ -110,7 +109,6 @@ def simulate(stockData, monthly_params): dd.get_analysis().max.drawdown, human_readable_size(dd.get_analysis().max.moneydown), ret.get_analysis()["vwr"], - list(tr.get_analysis().items())[0][1], ] print( "Investing monthly, increasing {:.2f}%, starting from ${}, from {} to {}, {:.1f} years".format(