Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
m5l14i11 committed Apr 15, 2024
1 parent 389bb25 commit fff88c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions system/backtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ async def _generate(self):

futures_symbols = await self.query(GetSymbols())

futures_symbols = [
symbol for symbol in futures_symbols if symbol.name in ["TONUSDT"]
]

generator = self.context.strategy_generator_factory.create(
self.context.strategy_type, futures_symbols
)
Expand Down

0 comments on commit fff88c7

Please sign in to comment.