fixed another instance of Path in docs and nb
This commit is contained in:
@@ -115,9 +115,9 @@
|
||||
"# Path to user data\n",
|
||||
"user_data_dir = 'user_data'\n",
|
||||
"# Location of the strategy\n",
|
||||
"strategy_location = os.path.join(user_data_dir, 'strategies')\n",
|
||||
"strategy_location = Path(user_data_dir, 'strategies')\n",
|
||||
"# Location of the data\n",
|
||||
"data_location = os.path.join(user_data_dir, 'data', 'binance')\n",
|
||||
"data_location = Path(user_data_dir, 'data', 'binance')\n",
|
||||
"# Pair to analyze \n",
|
||||
"# Only use one pair here\n",
|
||||
"pair = \"BTC_USDT\""
|
||||
|
Reference in New Issue
Block a user