Skip to content

Commit

Permalink
Merge pull request stefan-jansen#203 from minggnim/patch-3
Browse files Browse the repository at this point in the history
Add --no-benchmark in zipline magic command
  • Loading branch information
stefan-jansen authored Sep 10, 2021
2 parents 47333a7 + 34b9d12 commit 572b057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -3451,7 +3451,7 @@
}
],
"source": [
"%%zipline --start 2014-1-1 --end 2018-1-1 -o dma.pickle\n",
"%%zipline --start 2014-1-1 --end 2018-1-1 --no-benchmark -o dma.pickle\n",
"from zipline.api import order_target, record, symbol\n",
"import matplotlib.pyplot as plt\n",
"\n",

0 comments on commit 572b057

Please sign in to comment.