diff --git a/user_data/notebooks/strategy_analysis_example.ipynb b/user_data/notebooks/strategy_analysis_example.ipynb index c7c2e7262..730f3fd75 100644 --- a/user_data/notebooks/strategy_analysis_example.ipynb +++ b/user_data/notebooks/strategy_analysis_example.ipynb @@ -111,7 +111,6 @@ "exportfilename = Path(user_data_dir, 'backtest_results/backtest-result.json')\n", "db_url = 'sqlite://'\n", "# Specify timerange to test\n", - "\n", "timerange = '-1000'\n", "# Pair to analyze - Only use one pair here\n", "pair = \"ETH/BTC\"" @@ -241,7 +240,7 @@ " trades = pd.DataFrame()\n", "\n", "# Build and display plot\n", - "# Specigy the indicators to plot as lists\n", + "# Specify the indicators to plot as lists\n", "# indicators1 is a list of indicators to overlay on the price chart\n", "# indicators2 is a list of indicators to plot below the price chart\n", "fig = generate_candlestick_graph(pair=pair,\n",