notebook title changed

This commit is contained in:
Camilo1704
2020-02-06 15:27:30 -03:00
parent 0b102acbcc
commit ae33f86ab9
@@ -4,31 +4,23 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Example a simple assets Ivy with semi-annual rebalance and sma criteria#"
"# Example simple 5-asset Ivy Portfolio with semi-annual rebalance and sma criteria#"
]
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 26,
"metadata": {
"scrolled": true
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/usr/local/anaconda3/lib/python3.7/site-packages/pyfolio/pos.py:27: UserWarning: Module \"zipline.assets\" not found; mutltipliers will not be applied to position notionals.\n",
" 'Module \"zipline.assets\" not found; mutltipliers will not be applied' +\n"
]
},
{
"data": {
"text/plain": [
"DataTransformerRegistry.enable('default')"
]
},
"execution_count": 1,
"execution_count": 26,
"metadata": {},
"output_type": "execute_result"
}
@@ -48,7 +40,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 27,
"metadata": {},
"outputs": [],
"source": [
@@ -58,7 +50,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 28,
"metadata": {},
"outputs": [],
"source": [
@@ -69,7 +61,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 29,
"metadata": {},
"outputs": [],
"source": [