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.
2 parents dcbc722 + 46778ba commit 311b3d0Copy full SHA for 311b3d0
README.md
@@ -51,7 +51,7 @@ symbols = ["BTC/EUR"]
51
52
# Define resource directory and the symbols you want to trade
53
config = {
54
- RESOURCE_DIRECTORY: pathlib.Path(__file__).parent.resolve()
+ RESOURCE_DIRECTORY: pathlib.Path(__file__).parent.resolve(),
55
SYMBOLS: symbols
56
}
57
__init__.py
@@ -1 +1 @@
1
-__version__='v3.7.2'
+__version__='v3.7.3'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "investing-algorithm-framework"
3
-version = "v3.7.2"
+version = "v3.7.3"
4
description = "A framework for creating trading bots"
5
authors = ["MDUYN"]
6
readme = "README.md"
0 commit comments