• Joined on 2026-03-13
shoko pushed to main at shoko/randebu 2026-04-12 09:41:59 +02:00
a8e0baf0c0 fix: save portfolio data to database
shoko pushed to main at shoko/randebu 2026-04-12 09:24:51 +02:00
6c39e4e89d fix: correctly update cash balance when selling
shoko pushed to main at shoko/randebu 2026-04-12 09:15:14 +02:00
bba773251a feat: add portfolio summary to simulation page
shoko pushed to main at shoko/randebu 2026-04-12 09:07:20 +02:00
3013326ded feat: add time labels to X axis of price chart
shoko pushed to main at shoko/randebu 2026-04-12 08:18:14 +02:00
a82185de60 fix: syntax error in simulate.py finally block
shoko pushed to main at shoko/randebu 2026-04-12 07:24:46 +02:00
cadea23e40 fix: respect candle_delay from config, default to fast tests
shoko pushed to main at shoko/randebu 2026-04-12 07:00:48 +02:00
984656c83c test: add full integration test for simulation
shoko pushed to main at shoko/randebu 2026-04-12 06:50:27 +02:00
1505bc9913 fix: serialize datetime objects to ISO format for JSON storage
shoko pushed to main at shoko/randebu 2026-04-12 06:28:41 +02:00
dd61c32ea7 feat: add trade activity dashboard
shoko pushed to main at shoko/randebu 2026-04-12 06:11:38 +02:00
01ec8bc539 fix: make SignalChart more robust
shoko pushed to main at shoko/randebu 2026-04-12 05:57:24 +02:00
a253aae766 fix: limit klines to 1 hour, fix chart parsing string to number
shoko pushed to main at shoko/randebu 2026-04-12 05:51:05 +02:00
13e899c851 fix: fetch klines synchronously before returning response
shoko pushed to main at shoko/randebu 2026-04-12 05:18:45 +02:00
384f84e772 fix: fetch klines synchronously so chart shows immediately
shoko pushed to main at shoko/randebu 2026-04-12 05:02:53 +02:00
cd1a41d1d7 feat: show price chart even when no signals
shoko pushed to main at shoko/randebu 2026-04-12 04:42:54 +02:00
6a20cc174f feat: add price chart to simulation and unit tests
shoko pushed to main at shoko/randebu 2026-04-12 04:22:18 +02:00
ce8a29c0a4 fix: update notice message for klines-based simulation
shoko pushed to main at shoko/randebu 2026-04-12 03:34:22 +02:00
f425ae08d7 feat: klines-based simulation instead of polling
shoko pushed to main at shoko/randebu 2026-04-12 02:53:08 +02:00
d4400f5dcd fix: simulation conditions now check properly from first iteration
shoko pushed to main at shoko/randebu 2026-04-12 02:23:58 +02:00
1591fcb1ca fix: remove check_interval restriction for non-pro plans
shoko pushed to main at shoko/randebu 2026-04-12 02:15:43 +02:00
b0131aa566 fix: stop simulation always updates DB status