develop #3

Open
Alex wants to merge 77 commits from Alex/stcs:develop into stable
40 changed files with 3526 additions and 682 deletions
Showing only changes of commit 4f774160b3 - Show all commits

View File

@@ -45,3 +45,13 @@ class state_reg_bybit_api(StatesGroup):
"""FSM состояние для регистрации API Bybit."""
api_key = State()
secret_key = State()
class condition_settings(StatesGroup):
"""FSM состояние для настройки условий трейдинга."""
trigger = State()
timer = State()
volatilty = State()
volume = State()
integration = State()
use_tv_signal = State()