You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use the TestCompliance componentcompliance=TestCompliance();
# Use a simulated IB Execution Handlerexecution_handler=IBSimulatedExecutionHandler(
events_queue, price_handler, compliance
)
The text was updated successfully, but these errors were encountered:
There is an issue with
test_strategy_backtest.py
It raises
TabError: inconsistent use of tabs and spaces in indentation in test_strategy_backtest.py
see https://raw.githubusercontent.com/mhallsmoore/qstrader/master/examples/test_strategy_backtest.py
The text was updated successfully, but these errors were encountered: