We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4deb3f commit 0c4585cCopy full SHA for 0c4585c
octobot/community/supabase_backend/enums.py
@@ -135,6 +135,7 @@ class BotLogType(enum.Enum):
135
IMPOSSIBLE_TO_CREATE_ALL_REQUIRED_ORDERS = "impossible_to_create_all_required_orders"
136
RESUMED_STRATEGY_EXECUTION = "resumed_strategy_execution"
137
STOPPED_STRATEGY_EXECUTION = "stopped_strategy_execution"
138
+ RESIZED_SUB_PORTFOLIO = "resized_sub_portfolio"
139
NO_LOG = None
140
141
0 commit comments