minor
This commit is contained in:
parent
d5f00f557b
commit
170e48d646
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user