Stage 07.2 - auto trading real settings and strategy presets
This commit is contained in:
19
docs/decisions/0016-auto-trading-settings-in-memory.md
Normal file
19
docs/decisions/0016-auto-trading-settings-in-memory.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 0016 — Auto Trading Settings in Memory
|
||||
|
||||
## Решение
|
||||
|
||||
На этапе 07.2 настройки автоторговли хранятся в памяти процесса.
|
||||
|
||||
## Причины
|
||||
|
||||
- быстрее реализовать MVP;
|
||||
|
||||
- не усложнять storage migration;
|
||||
|
||||
- достаточно для тестирования UI / logic.
|
||||
|
||||
## Последствия
|
||||
|
||||
После перезапуска бота настройки сбрасываются.
|
||||
|
||||
В будущем настройки будут храниться в БД / config.
|
||||
Reference in New Issue
Block a user