From a9e5f7f420f9a56787da5d0f577285b787713dcd Mon Sep 17 00:00:00 2001 From: Dmitry Maylarov Date: Tue, 1 Feb 2022 00:29:16 +0300 Subject: [PATCH] remove time return --- compare.py | 2 -- 1 file changed, 2 deletions(-) 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(