• Joined on 2026-02-17
grenade created branch strategy-dsl in swym/swym 2026-03-01 10:48:00 +00:00
grenade pushed to strategy-dsl at swym/swym 2026-03-01 10:48:00 +00:00
14f2d8b5f3 fix: strategy exit
f9a165cb82 feat: implement expression DSL conditions (compare, field, func, bin_op)
21c7d6b1b5 feat: strategy identity hashing and persistence
dc2b5a0a67 fix: validate candle data for rule_based backtest strategies
d5de0d2620 feat: candle-native rule-based strategy DSL
Compare 5 commits »
grenade pushed to main at swym/swym 2026-03-01 07:25:50 +00:00
d7776f6fad fix: equity curve x-axis labels and new run redirect
75cdc6c05b fix: use locale-aware ISO-style date formatting throughout dashboard
ce3356250d fix: duration format shows days/hours, drawdown displays as negative
1a73a710bc fix: sell fees deducted from quote proceeds, not base quantity
c1744770fb fix: replace batch EMA recomputation with stateful RunningEma
Compare 14 commits »
grenade pushed to main at swym/swym 2026-02-28 15:16:56 +00:00
f3f5f5ec63 docs: add strategy reference and cross-platform comparison notes
grenade pushed to main at swym/swym 2026-02-28 13:33:42 +00:00
5f7d3ff84a feat: add EMA crossover, RSI reversal, and Bollinger Band breakout strategies
grenade pushed to main at swym/swym 2026-02-28 12:19:49 +00:00
c95436f5dd feat: split add/list routes and add breadcrumb navigation to all pages
grenade pushed to main at swym/swym 2026-02-28 11:59:18 +00:00
502959ac96 feat: colour-code all performance metrics by quality threshold
grenade pushed to main at swym/swym 2026-02-28 11:55:57 +00:00
66be9edfb7 feat: show percentage change alongside unit change in asset balance cards
grenade pushed to main at swym/swym 2026-02-28 11:51:05 +00:00
9feaefed71 feat: add hover popovers to performance metrics with markdown explanations
grenade pushed to main at swym/swym 2026-02-28 11:42:38 +00:00
acb3c3097e fix: remove unused Table import from PaperRunDetailPage
grenade pushed to main at swym/swym 2026-02-28 11:41:35 +00:00
8218feb32a feat: replace instrument/asset tables with contextual card layouts
grenade pushed to main at swym/swym 2026-02-28 11:30:47 +00:00
a1ab827e1c feat: overhaul paper run detail page summary UI
grenade pushed to main at swym/swym 2026-02-28 11:25:44 +00:00
3808474937 fix: report true position count alongside sampled equity curve data
grenade pushed to main at swym/swym 2026-02-28 11:02:30 +00:00
acd177b270 fix: cast NTILE argument to int for PostgreSQL compatibility
grenade pushed to main at swym/swym 2026-02-28 11:00:55 +00:00
623a19d7d9 fix: unused dependency
grenade pushed to main at swym/swym 2026-02-28 10:59:46 +00:00
ec886cdeec feat: downsample equity curve positions via NTILE bucketing
grenade pushed to main at swym/swym 2026-02-28 10:17:58 +00:00
70640b17cf fix: stream trades in chunks to fix OOM and postgres bind-param overflow
grenade pushed to main at swym/swym 2026-02-28 10:04:07 +00:00
86bf976cfe docs: document fnm node version manager for dashboard commands
grenade pushed to main at swym/swym 2026-02-28 10:00:35 +00:00
3b53a6bf8d fix: store backtest positions in dedicated table to avoid jsonb size limit
grenade pushed to main at swym/swym 2026-02-28 06:15:03 +00:00
0922f14e62 docs: update CLAUDE.md with correct db connection string and tls convention