• Joined on 2026-03-13
shoko created pull request shoko/randebu#37 2026-04-09 12:07:01 +02:00
fix: consolidate AveCloudClient to single implementation
shoko created branch fix/issue-29 in shoko/randebu 2026-04-09 12:06:28 +02:00
shoko pushed to fix/issue-29 at shoko/randebu 2026-04-09 12:06:28 +02:00
405b35c3ba fix: consolidate AveCloudClient to single implementation in services/ave/client.py
shoko pushed to main at shoko/jigaido 2026-04-09 12:01:50 +02:00
4885be0752 fix: cleanup codebase and sync SPEC with actual permissions
shoko pushed to main at shoko/randebu 2026-04-09 11:39:51 +02:00
dd25d38e7e Merge pull request 'feat: implement stop-loss and take-profit risk management' (#36) from fix/issue-28 into main
da8327c0e0 feat: implement stop-loss and take-profit in backtest and simulate engines
Compare 2 commits »
shoko merged pull request shoko/randebu#36 2026-04-09 11:39:50 +02:00
feat: implement stop-loss and take-profit risk management
shoko closed issue shoko/randebu#28 2026-04-09 11:39:50 +02:00
P1: Risk management (stop-loss/take-profit) not implemented
shoko pushed to main at shoko/jigaido 2026-04-09 11:30:47 +02:00
75122b3ee2 docs: add audit and category spec from feynman
shoko created pull request shoko/randebu#36 2026-04-09 11:14:31 +02:00
feat: implement stop-loss and take-profit risk management
shoko created branch fix/issue-28 in shoko/randebu 2026-04-09 11:14:16 +02:00
shoko pushed to fix/issue-28 at shoko/randebu 2026-04-09 11:14:16 +02:00
da8327c0e0 feat: implement stop-loss and take-profit in backtest and simulate engines
shoko pushed to main at shoko/jigaido 2026-04-09 10:02:39 +02:00
8494b4621c feat: switch admin identification from user_id to username
shoko pushed to main at shoko/randebu 2026-04-09 09:32:51 +02:00
8d33ea9a44 Merge pull request 'fix: flatten strategy config schema (backtesting broken)' (#35) from fix/issue-25 into main
d81464b869 fix: flatten strategy config schema to match engine expectations
Compare 2 commits »
shoko merged pull request shoko/randebu#35 2026-04-09 09:32:50 +02:00
fix: flatten strategy config schema (backtesting broken)
shoko closed issue shoko/randebu#25 2026-04-09 09:32:50 +02:00
P0: Fix strategy config schema mismatch (backtesting broken)
shoko created pull request shoko/randebu#35 2026-04-09 09:32:43 +02:00
fix: flatten strategy config schema (backtesting broken)
shoko created branch fix/issue-25 in shoko/randebu 2026-04-09 09:31:36 +02:00
shoko pushed to fix/issue-25 at shoko/randebu 2026-04-09 09:31:36 +02:00
d81464b869 fix: flatten strategy config schema to match engine expectations
shoko pushed to main at shoko/randebu 2026-04-09 09:10:56 +02:00
55b008d4e8 Merge pull request 'fix: validate chain is 'bsc' for Phase 1' (#34) from fix/issue-31 into main
04e4c1a487 fix: validate chain is 'bsc' for BacktestCreate and SimulationCreate
Compare 2 commits »
shoko closed issue shoko/randebu#31 2026-04-09 09:10:55 +02:00
P2: No chain validation - any chain accepted for Phase 1