Skip to content

Commit

Permalink
Resolve problem of cannot open simple trading strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
awoo424 committed Mar 11, 2021
1 parent 7dde463 commit 8cae4ad
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions examples/Simple trading strategy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,7 @@
},
{
"cell_type": "code",
<<<<<<< HEAD
"execution_count": 2,
=======
"execution_count": 6,
>>>>>>> 708165faca4eb2fea276c8148bb43eb33c561ce9
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -199,11 +195,7 @@
},
{
"cell_type": "code",
<<<<<<< HEAD
"execution_count": 3,
=======
"execution_count": 8,
>>>>>>> 708165faca4eb2fea276c8148bb43eb33c561ce9
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -213,7 +205,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand All @@ -222,7 +214,7 @@
"(\"AAPL\" \"F\" \"IBM\")"
]
},
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -255,11 +247,7 @@
},
{
"cell_type": "code",
<<<<<<< HEAD
"execution_count": 5,
=======
"execution_count": 10,
>>>>>>> 708165faca4eb2fea276c8148bb43eb33c561ce9
"metadata": {
"scrolled": false
},
Expand Down Expand Up @@ -305,11 +293,7 @@
"nil"
]
},
<<<<<<< HEAD
"execution_count": 5,
=======
"execution_count": 10,
>>>>>>> 708165faca4eb2fea276c8148bb43eb33c561ce9
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -435,11 +419,7 @@
},
{
"cell_type": "code",
<<<<<<< HEAD
"execution_count": 6,
=======
"execution_count": 5,
>>>>>>> 708165faca4eb2fea276c8148bb43eb33c561ce9
"metadata": {},
"outputs": [
{
Expand All @@ -459,11 +439,7 @@
"nil"
]
},
<<<<<<< HEAD
"execution_count": 6,
=======
"execution_count": 5,
>>>>>>> 708165faca4eb2fea276c8148bb43eb33c561ce9
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -481,7 +457,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand All @@ -500,7 +476,7 @@
"nil"
]
},
"execution_count": 7,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit 8cae4ad

Please sign in to comment.