You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. **Run panel** — watch status, PnL, and fills;**Pause / Resume / Stop** as needed (Stop cancels and flattens).
81
81
82
-
You can also set spacing (arithmetic / geometric), margin mode (cross / isolated), breakout behavior, max drawdown, and daily loss; import / export strategy configs is supported.
82
+
You can also set spacing (arithmetic / geometric), margin mode (cross / isolated), fixed / dynamic grid, breakout behavior, max drawdown, and daily loss; import / export strategy configs is supported. The PnL analytics tab shows all-session totals and equity curves.
83
83
84
84
## Common settings
85
85
86
86
| Setting | Notes |
87
87
|------|------|
88
88
| Run mode |**Simulation** (no real funds) / **Testnet** / **Mainnet**|
89
89
| Symbol | Hyperliquid perps (e.g. BTC); not spot grids |
90
-
| Lower / upper price | Price band covered by the grid |
| Breakout confirm bars | Closed candles outside the band before recenter / breakout action (`CONFIRM_BARS`) |
102
+
| Recenter cooldown / max per day | Limits how often dynamic grids may migrate |
103
+
| On breakout | Fixed: pause / cancel-stop, etc.; dynamic defaults to **recenter (keep position)**|
104
+
| Max drawdown / daily loss | Circuit breaker; cancel and flatten |
105
+
| Max consecutive order failures | Halt after this many failures (`MAX_ORDER_FAILURES`) |
106
+
| Auto-start on launch | Start from saved config if no resumable session (`AUTO_START`) |
107
+
| Resume on restart | Restore open session state when possible (`RESUME_ON_RESTART`) |
108
+
| Close-window policy | Default **preserve** exchange orders/position (`EXIT_POLICY=preserve`);**Stop** cancels and flattens the strategy symbol |
96
109
97
110
## Safety
98
111
99
112
- Crypto and perps are risky; you can lose money — higher leverage means higher risk.
100
113
- Keep the private key on this machine only; never send it to anyone or upload it.
101
114
- Practice on Simulation / Testnet first; start small on mainnet.
102
-
- On Stop, quit, or restart, the app tries to cancel orders and flatten — watch fees and positions.
115
+
- **Stop** cancels and flattens the strategy symbol; closing the window by default **preserves** exchange orders/position (resumable) — watch fees and positions.
0 commit comments