Skip to content

Commit

Permalink
Fix example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MDUYN committed Jan 15, 2025
1 parent 2f0ca45 commit d992dc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ The following algorithm connects to binance and buys BTC every 5 seconds. It als

```python
import logging
import logging.config

from investing_algorithm_framework import create_app, PortfolioConfiguration, \
TimeUnit, CCXTOHLCVMarketDataSource, Algorithm, \
CCXTTickerMarketDataSource, MarketCredential, DEFAULT_LOGGING_CONFIG
Expand Down

0 comments on commit d992dc2

Please sign in to comment.