Fixed the switch trading mode, adjusted the take profit, added a trading cycle
This commit is contained in:
@@ -143,6 +143,7 @@ class UserDeals(Base):
|
||||
current_step = Column(Integer, nullable=True)
|
||||
symbol = Column(String, nullable=True)
|
||||
trade_mode = Column(String, nullable=True)
|
||||
side_mode = Column(String, nullable=True)
|
||||
base_quantity = Column(Float, nullable=True)
|
||||
margin_type = Column(String, nullable=True)
|
||||
leverage = Column(String, nullable=True)
|
||||
|
Reference in New Issue
Block a user