Skip to content

Commit

Permalink
Add sentence from suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Feb 14, 2020
1 parent 81f8498 commit d5a298b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/strategy_analysis_example.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Strategy analysis example

Debugging a strategy can be time-consuming. Freqtrade offers helper functions to visualize raw data.
The following assumes you work with SampleStrategy, data for 5m timeframe from Binance and have downloaded them into the data directory in the default location.

## Setup

Expand Down
3 changes: 2 additions & 1 deletion freqtrade/templates/strategy_analysis_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"source": [
"# Strategy analysis example\n",
"\n",
"Debugging a strategy can be time-consuming. Freqtrade offers helper functions to visualize raw data."
"Debugging a strategy can be time-consuming. Freqtrade offers helper functions to visualize raw data.\n",
"The following assumes you work with SampleStrategy, data for 5m timeframe from Binance and have downloaded them into the data directory in the default location."
]
},
{
Expand Down

0 comments on commit d5a298b

Please sign in to comment.