|
|
|
@ -80,7 +80,6 @@ def simulate(stockData, monthly_params):
|
|
|
|
"max_dd%",
|
|
|
|
"max_dd%",
|
|
|
|
"max_md",
|
|
|
|
"max_md",
|
|
|
|
"vwr",
|
|
|
|
"vwr",
|
|
|
|
"tr",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
@ -110,7 +109,6 @@ def simulate(stockData, monthly_params):
|
|
|
|
dd.get_analysis().max.drawdown,
|
|
|
|
dd.get_analysis().max.drawdown,
|
|
|
|
human_readable_size(dd.get_analysis().max.moneydown),
|
|
|
|
human_readable_size(dd.get_analysis().max.moneydown),
|
|
|
|
ret.get_analysis()["vwr"],
|
|
|
|
ret.get_analysis()["vwr"],
|
|
|
|
list(tr.get_analysis().items())[0][1],
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
print(
|
|
|
|
print(
|
|
|
|
"Investing monthly, increasing {:.2f}%, starting from ${}, from {} to {}, {:.1f} years".format(
|
|
|
|
"Investing monthly, increasing {:.2f}%, starting from ${}, from {} to {}, {:.1f} years".format(
|
|
|
|
|