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 b0e13f9 commit afa5ab1Copy full SHA for afa5ab1
examples/bitvavo_trading_bot.py
@@ -21,7 +21,7 @@
21
22
# Define your bitvavo trading strategy and register the data sources
23
class BitvavoTradingStrategy(TradingStrategy):
24
- id = "bitvavo-trading-strategy"
+ algorithm_id = "bitvavo-trading-strategy"
25
time_unit = TimeUnit.SECOND
26
interval = 10
27
data_sources = [
examples/coinbase_trading_bot.py
@@ -17,7 +17,7 @@
17
18
# Define your coinbase trading strategy and register the data sources
19
class CoinbaseTradingStrategy(TradingStrategy):
20
- id = "coinbase-trading-strategy"
+ algorithm_id = "coinbase-trading-strategy"
0 commit comments