This commit is contained in:
Oleg Sheynin 2026-01-19 18:04:05 +00:00
parent d5f00f557b
commit 170e48d646

View File

@ -141,7 +141,6 @@ class PairTrader(NamedObject):
)
async def _on_md_summary(self, history: List[MdTradesAggregate], exch_inst: ExchangeInstrument) -> None:
# URGENT before calling stragegy, make sure that **BOTH** instruments market data is combined.
Log.info(f"{self.fname()}: got {exch_inst.details_short()} data")
self.latest_history_[exch_inst] = history
if len(self.latest_history_) == 2: