• Joined on 2026-03-13
shoko pushed to main at shoko/randebu 2026-04-12 02:10:12 +02:00
52adc93b25 fix: show running simulation correctly, stop old ones when starting new
shoko pushed to main at shoko/randebu 2026-04-12 02:00:50 +02:00
79c3ec7d16 fix: typo in simulate page svelte
shoko pushed to main at shoko/randebu 2026-04-12 01:52:03 +02:00
3505cf4ade refactor: simplify simulation to run forever as paper trade
shoko pushed to main at shoko/randebu 2026-04-11 19:56:30 +02:00
1b1358353f feat: configurable simulation duration and periodic signal saving
shoko pushed to main at shoko/randebu 2026-04-11 19:46:01 +02:00
726e579f5f fix: get_token_price checking wrong status code
shoko pushed to main at shoko/randebu 2026-04-11 19:35:20 +02:00
b111e4d79f fix: make SimulateEngine.stop() synchronous
shoko pushed to main at shoko/randebu 2026-04-11 19:22:48 +02:00
0d63a10ac8 fix: correct simulation API field names
shoko pushed to main at shoko/randebu 2026-04-11 19:17:29 +02:00
19f28fc599 feat: use token from strategy config in simulation page
shoko pushed to main at shoko/randebu 2026-04-11 19:11:26 +02:00
5f7667992e feat: display backtest config in history card
shoko pushed to main at shoko/randebu 2026-04-11 18:52:48 +02:00
cd4583ca90 feat: add pagination for trade history in backtest
shoko pushed to main at shoko/randebu 2026-04-11 18:27:06 +02:00
6cadb7a67b test: verify stop loss always results in loss
shoko pushed to main at shoko/randebu 2026-04-11 17:54:17 +02:00
02e0b0ccab fix: proper DCA and max_drawdown calculations in backtest engine
shoko pushed to main at shoko/randebu 2026-04-11 17:02:54 +02:00
29ec67cced fix: handle floating point precision in take_profit check and final_balance calculation
shoko pushed to main at shoko/randebu 2026-04-11 17:00:55 +02:00
c86e71c3a3 fix: correct final_balance calculation in _calculate_metrics
shoko pushed to main at shoko/randebu 2026-04-11 16:22:49 +02:00
44fb840731 fix: correctly track balance in portfolio value calculation for max_drawdown
shoko pushed to main at shoko/randebu 2026-04-11 15:54:19 +02:00
6a5694f74b fix: properly value open positions using last kline price for max_drawdown calculation
shoko pushed to main at shoko/randebu 2026-04-11 13:59:40 +02:00
680a9322e3 debug: add logging to trace strategy_config in backtest engine
shoko pushed to main at shoko/randebu 2026-04-11 08:50:00 +02:00
9973b8f6e2 feat: make trade history expandable with button
shoko pushed to main at shoko/randebu 2026-04-11 08:23:38 +02:00
30476e782b fix: remove duplicate backtest history section
shoko pushed to main at shoko/randebu 2026-04-11 08:16:13 +02:00
02ca452655 feat: show trades inline in backtest history