Go-based automated trading bot
  • Go 99.8%
  • Nix 0.2%
Find a file
2026-07-20 19:47:40 +00:00
.vscode feat: bootstrap account/instrument loading, paper isolation, and command package split 2026-07-19 16:16:42 +03:00
adapter refactor(rollover): drop unused quote history and harden switch ctx 2026-07-20 01:32:16 +03:00
app refactor(rollover): drop unused quote history and harden switch ctx 2026-07-20 01:32:16 +03:00
cmd/tradebot feat: bootstrap account/instrument loading, paper isolation, and command package split 2026-07-19 16:16:42 +03:00
config feat(domain): add futures rollover foundation 2026-07-19 17:12:28 +03:00
docs refactor(rollover): simplify to 1:1 roll without persistent state 2026-07-20 01:18:57 +03:00
domain refactor(rollover): drop unused quote history and harden switch ctx 2026-07-20 01:32:16 +03:00
pkg feat: bootstrap account/instrument loading, paper isolation, and command package split 2026-07-19 16:16:42 +03:00
.cz.yaml fix: update FixedPnL on EmergencyStop and fix LossExceeded guard 2026-06-26 10:07:21 +00:00
.envrc chore: cleanup 2026-06-18 22:44:33 +00:00
.gitignore feat: bootstrap account/instrument loading, paper isolation, and command package split 2026-07-19 16:16:42 +03:00
AGENTS.md refactor(rollover): drop unused quote history and harden switch ctx 2026-07-20 01:32:16 +03:00
config.yaml.example feat(domain): add futures rollover foundation 2026-07-19 17:12:28 +03:00
devenv.lock chore: fix lint issues, error handling, and update devenv config 2026-06-24 20:28:36 +00:00
devenv.nix feat: bootstrap account/instrument loading, paper isolation, and command package split 2026-07-19 16:16:42 +03:00
devenv.yaml chore: fix lint issues, error handling, and update devenv config 2026-06-24 20:28:36 +00:00
go.mod chore: update module path to git.derfenix.pro/trading/tradebot 2026-07-13 20:49:00 +03:00
go.sum fix: replace investapi.DefaultEndpoint with hardcoded constant because of provider's api address changed soon 2026-07-01 09:28:47 +00:00