• Joined on 2026-02-17
grenade pushed to main at swym/swym 2026-03-02 07:49:21 +00:00
bb2ce32932 feat: PineScript-to-swym DSL converter with UI tab
grenade pushed to main at swym/swym 2026-03-01 11:27:13 +00:00
a414ffbac7 feat: support ingesting and executing rules based strategies (#1)
grenade deleted branch strategy-dsl from swym/swym 2026-03-01 11:27:13 +00:00
grenade merged pull request swym/swym#1 2026-03-01 11:27:12 +00:00
feat: support ingesting and executing rules based strategies
grenade created pull request swym/swym#1 2026-03-01 11:26:02 +00:00
feat: support ingesting and executing rules based strategies
grenade pushed to strategy-dsl at swym/swym 2026-03-01 10:57:45 +00:00
956238561d feat: strategies UI with list, create, and detail views
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