while True: api.wait_update() if api.is_changing(ru2101) or api.is_changing(ru2105): spread = ru2105.ask_price1 – ru2101.bid_price1 print(“当前价差:”, spread) if spread < -200:...
查看问题while True: api.wait_update() if api.is_changing(ru2101) or api.is_changing(ru2105): spread = ru2105.ask_price1 – ru2101.bid_price1 print(“当前价差:”, spread) if spread < -200:...
查看问题