• Joined on 2026-03-13
shoko pushed to main at shoko/randebu 2026-04-11 08:08:46 +02:00
cb9558d54f feat: show trades inline in backtest card instead of modal
shoko pushed to main at shoko/randebu 2026-04-11 07:48:36 +02:00
638e17eb73 debug: simplify modal to show raw JSON
shoko pushed to main at shoko/randebu 2026-04-11 07:44:11 +02:00
69a8b06462 debug: add debug info to see selectedTrades.length
shoko pushed to main at shoko/randebu 2026-04-11 07:39:52 +02:00
15e72b009c debug: add console logs to viewTrades function
shoko pushed to main at shoko/randebu 2026-04-11 07:36:48 +02:00
19ba0c7cc6 fix: parse JSON string result if needed when retrieving trades
shoko pushed to main at shoko/randebu 2026-04-11 07:36:33 +02:00
847890b634 feat: limit backtest history to latest 5
shoko pushed to main at shoko/randebu 2026-04-11 07:26:56 +02:00
6658a418cc fix: missing newline in backtest.py causing 404
shoko pushed to main at shoko/randebu 2026-04-11 07:18:26 +02:00
5c9e46e693 feat: add trades history modal to backtest page
shoko pushed to main at shoko/randebu 2026-04-11 07:06:23 +02:00
194c4f8a62 fix: use original datetime for created_at instead of converted string
shoko pushed to main at shoko/randebu 2026-04-11 06:56:52 +02:00
7afcb983e8 fix: correct klines status check (1 not 200) and data.points format
shoko pushed to main at shoko/randebu 2026-04-11 06:37:54 +02:00
caef4b36ed feat: auto-fill token from strategy config in backtest page
shoko pushed to main at shoko/randebu 2026-04-10 19:07:16 +02:00
3bf2877df2 fix: append -bsc suffix to token address for klines API
shoko pushed to main at shoko/randebu 2026-04-10 18:30:24 +02:00
145c6710d1 fix: set 1-day range for backtest (start day before end day)
shoko pushed to main at shoko/randebu 2026-04-10 15:53:30 +02:00
3c8c85aefc fix: table regex to match tables anywhere in text (not just at start)
shoko pushed to main at shoko/randebu 2026-04-10 15:17:10 +02:00
39b2b558a5 fix: export parseInlineElements and types from markdown.ts
shoko pushed to main at shoko/randebu 2026-04-10 15:14:20 +02:00
7795753aaa fix: render bold and inline code formatting in list items
shoko pushed to main at shoko/randebu 2026-04-10 14:58:27 +02:00
36dcfdb6e2 chore: restrict agent to BSC only, remove chain parameter from search_tokens tool
shoko pushed to main at shoko/randebu 2026-04-10 14:54:32 +02:00
48fc323dac fix: handle native tool_calls from MiniMax API instead of parsing JSON from content
shoko pushed to main at shoko/randebu 2026-04-10 14:48:50 +02:00
0af2de7209 feat: add search_tokens tool for AI to recommend trending tokens
shoko pushed to main at shoko/randebu 2026-04-10 14:37:29 +02:00
e82b8b3549 fix: update token search to use trending endpoint (v2/tokens doesn't exist)