added imports to doc code blocks.

This commit is contained in:
Jonathan Raviotta
2019-08-09 17:06:19 -04:00
parent 3cc772c8e9
commit dd35ba5e81
2 changed files with 6 additions and 5 deletions

View File

@@ -116,7 +116,7 @@
"# Define some constants\n",
"ticker_interval = \"5m\"\n",
"# Name of the strategy class\n",
"strategy_name = 'NewStrategy'\n",
"strategy_name = 'AwesomeStrategy'\n",
"# Path to user data\n",
"user_data_dir = 'user_data'\n",
"# Location of the strategy\n",