Skip to content

Commit ee3b453

Browse files
committed
Update readme
1 parent e03a4ee commit ee3b453

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,9 @@ bitvavo_btc_eur_ticker = CCXTTickerMarketDataSource(
9494
symbol="BTC/EUR",
9595
)
9696

97-
# Bitvavo market credentials are read from .env file, or you can
98-
# set them manually as params
9997
app = create_app()
100-
app.add_market(
101-
market="BITVAVO",
102-
trading_symbol="EUR",
103-
initial_balance=100
104-
)
98+
# Registered bitvavo market, credentials are read from .env file by default
99+
app.add_market(market="BITVAVO", trading_symbol="EUR", initial_balance=100)
105100
algorithm = Algorithm(name="test_algorithm")
106101

107102
# Define a strategy for the algorithm that will run every 10 seconds

0 commit comments

Comments
 (0)