fewfwe
This commit is contained in:
@@ -315,7 +315,7 @@ class WeexTransaction:
|
|||||||
message_content=
|
message_content=
|
||||||
f"{datetime.datetime.now()},"
|
f"{datetime.datetime.now()},"
|
||||||
f"目前有持仓:{"无" if self.start == 0 else ("多" if self.start == 1 else "空")},"
|
f"目前有持仓:{"无" if self.start == 0 else ("多" if self.start == 1 else "空")},"
|
||||||
f"当前信号:f{"无" if not self.direction else ("多" if self.direction == "long" else "空")}"
|
f"当前信号:{"无" if not self.direction else ("多" if self.direction == "long" else "空")}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user