From b3bc9fff5d9941c8782a322ecbd106f27fd16795 Mon Sep 17 00:00:00 2001 From: Jonathan Raviotta Date: Wed, 11 Sep 2019 23:02:49 -0400 Subject: [PATCH] typos --- user_data/notebooks/strategy_analysis_example.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",