Skip to content

Commit

Permalink
started fbprophet with tech indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosan93 committed Mar 18, 2020
1 parent 169cf50 commit 57e48a8
Show file tree
Hide file tree
Showing 3 changed files with 1,283 additions and 2 deletions.
639 changes: 639 additions & 0 deletions .ipynb_checkpoints/BTC-FBProphet-TechIndicators-checkpoint.ipynb

Large diffs are not rendered by default.

639 changes: 639 additions & 0 deletions BTC-FBProphet-TechIndicators.ipynb

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions Creating-Tech-Indicators.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2751,10 +2751,13 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": []
"source": [
"with open(\"df_indicators.pkl\", 'wb') as fp:\n",
" pickle.dump(df, fp)"
]
},
{
"cell_type": "code",
Expand Down

0 comments on commit 57e48a8

Please sign in to comment.