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 b67ce56 commit fe3bd16Copy full SHA for fe3bd16
tests/app/algorithm/test_trade_price_update.py
@@ -13,7 +13,7 @@ class StrategyOne(TradingStrategy):
13
interval = 2
14
market_data_sources = ["BTC/EUR-ohlcv", "BTC/EUR-ticker"]
15
16
- def apply_strategy(self, algorithm, market_data):
+ def apply_strategy(self, context, market_data):
17
pass
18
19
@@ -22,7 +22,7 @@ class StrategyTwo(TradingStrategy):
22
23
24
25
26
27
28
0 commit comments