This commit is contained in:
Jonathan Raviotta 2019-09-11 23:02:49 -04:00
parent 8c87ba36f9
commit b3bc9fff5d

View File

@ -111,7 +111,6 @@
"exportfilename = Path(user_data_dir, 'backtest_results/backtest-result.json')\n", "exportfilename = Path(user_data_dir, 'backtest_results/backtest-result.json')\n",
"db_url = 'sqlite://'\n", "db_url = 'sqlite://'\n",
"# Specify timerange to test\n", "# Specify timerange to test\n",
"\n",
"timerange = '-1000'\n", "timerange = '-1000'\n",
"# Pair to analyze - Only use one pair here\n", "# Pair to analyze - Only use one pair here\n",
"pair = \"ETH/BTC\"" "pair = \"ETH/BTC\""
@ -241,7 +240,7 @@
" trades = pd.DataFrame()\n", " trades = pd.DataFrame()\n",
"\n", "\n",
"# Build and display plot\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", "# 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", "# indicators2 is a list of indicators to plot below the price chart\n",
"fig = generate_candlestick_graph(pair=pair,\n", "fig = generate_candlestick_graph(pair=pair,\n",