From 556173265cb2bd69f45cb267aebd59a1e9107b02 Mon Sep 17 00:00:00 2001 From: Camilo1704 Date: Thu, 6 Feb 2020 15:52:20 -0300 Subject: [PATCH] minor changes in notebook --- asset_backtester/examples/sma_and_rebalance_example.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asset_backtester/examples/sma_and_rebalance_example.ipynb b/asset_backtester/examples/sma_and_rebalance_example.ipynb index cd9bbc5..7cb1846 100644 --- a/asset_backtester/examples/sma_and_rebalance_example.ipynb +++ b/asset_backtester/examples/sma_and_rebalance_example.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Example simple 5-asset Ivy Portfolio with semi-annual rebalance and sma criteria#" + "# Example: a simple 5-asset Ivy Portfolio with semi-annual rebalance and sma criteria#" ] }, { @@ -1761,7 +1761,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "#### Using sma when rebalancing, the absolute maximum drawdown value and whole area of the drawdown plot are smaller, having less annual volatility." + "#### Using sma when rebalancing, the absolute maximum drawdown value and whole area of the drawdown plot are smaller, having also less annual volatility." ] }, {