typos
This commit is contained in:
parent
8c87ba36f9
commit
b3bc9fff5d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user