We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c884b commit 6ec43eaCopy full SHA for 6ec43ea
Trading/config/config.py
@@ -27,3 +27,4 @@
27
HISTORY_CACHE_PATH = TMP_PATH.joinpath("history_cache/")
28
RANGING_STOCKS_PATH = TMP_PATH.joinpath("ranging_stocks/")
29
ALERTS_PATH = CURRENT_FILE_PATH.joinpath("../live/alert/alert.json")
30
+CACHING_PATH = TMP_PATH.joinpath("caching")
0 commit comments