forked from kodorvan/stcs
Fixed
This commit is contained in:
@@ -25,6 +25,7 @@ class state_limit_price(StatesGroup):
|
||||
class CloseTradeTimerState(StatesGroup):
|
||||
"""FSM состояние ожидания задержки перед закрытием сделки."""
|
||||
waiting_for_delay = State()
|
||||
waiting_for_trade = State()
|
||||
|
||||
|
||||
class SetTP_SL_State(StatesGroup):
|
||||
|
Reference in New Issue
Block a user