|
@@ -21,6 +21,16 @@ Trading helpers, strategy control, and a small MCP surface. Keep app logic isola
|
|
|
- `update_strategy()` updates config/state and reconciles.
|
|
- `update_strategy()` updates config/state and reconciles.
|
|
|
- `control_strategy()` handles `start`, `pause`, `resume`, `stop`, and `reconcile`.
|
|
- `control_strategy()` handles `start`, `pause`, `resume`, `stop`, and `reconcile`.
|
|
|
|
|
|
|
|
|
|
+## Upgrade plans
|
|
|
|
|
+
|
|
|
|
|
+The next phase should focus on making trader easier to operate, not just more capable:
|
|
|
|
|
+
|
|
|
|
|
+- standardize a shared config vocabulary across strategies
|
|
|
|
|
+- streamline how strategies appear in the dashboard and how they are configured
|
|
|
|
|
+- add more render widgets where they improve clarity, such as candle and line charts
|
|
|
|
|
+- keep the debug log useful, but visually lighter when possible
|
|
|
|
|
+- extend the strategy set only once the shared config and display model are clean
|
|
|
|
|
+
|
|
|
## Routes
|
|
## Routes
|
|
|
- `GET /` minimal landing page
|
|
- `GET /` minimal landing page
|
|
|
- `GET /health` liveness
|
|
- `GET /health` liveness
|