forked from kodorvan/stcs
Fixed
This commit is contained in:
@@ -55,3 +55,14 @@ class condition_settings(StatesGroup):
|
||||
volume = State()
|
||||
integration = State()
|
||||
use_tv_signal = State()
|
||||
|
||||
|
||||
class update_main_settings(StatesGroup):
|
||||
"""FSM состояние для обновления основных настройок."""
|
||||
trading_mode = State()
|
||||
size_leverage = State()
|
||||
margin_type = State()
|
||||
martingale_factor = State()
|
||||
starting_quantity = State()
|
||||
maximal_quantity = State()
|
||||
switch_mode_enabled = State()
|
Reference in New Issue
Block a user