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 2f0ca45 commit d992dc2Copy full SHA for d992dc2
README.md
@@ -38,6 +38,8 @@ The following algorithm connects to binance and buys BTC every 5 seconds. It als
38
39
```python
40
import logging
41
+import logging.config
42
+
43
from investing_algorithm_framework import create_app, PortfolioConfiguration, \
44
TimeUnit, CCXTOHLCVMarketDataSource, Algorithm, \
45
CCXTTickerMarketDataSource, MarketCredential, DEFAULT_LOGGING_CONFIG
0 commit comments