Started
Traceback (most recent call last):
File "/Users/kevin/Documents/GitHub/Core/core/backtesting/strategy.py", line 484, in
s.back_testing()
File "/Users/kevin/Documents/GitHub/Core/core/backtesting/strategy.py", line 181, in back_testing
tickOrders = self.algo.update(ticker_data_dict)
TypeError: Ms_gmr_strat.update() takes 1 positional argument but 2 were given
Not sure if helpful, but the backtester calls update() on a dictionary with the tickers as dictionary keys and open values as dictionary values.
Ran the following code:
Outputs the following error:
Not sure if helpful, but the backtester calls update() on a dictionary with the tickers as dictionary keys and open values as dictionary values.