Go-based automated trading bot
  • Go 99.9%
  • Nix 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-03 13:32:01 +00:00
.vscode feat: bootstrap account/instrument loading, paper isolation, and command package split 2026-07-19 16:16:42 +03:00
adapter fix(live): harden equity, fills, and stops after environment isolation 2026-08-03 02:14:45 +03:00
app fix(live): harden equity, fills, and stops after environment isolation 2026-08-03 02:14:45 +03:00
cmd/tradebot feat(environment): encapsulate live/paper/backtest differences 2026-08-02 21:57:10 +03:00
config feat(live): add T-Invest live execution, streams, health, and kill 2026-08-02 21:50:13 +03:00
docs docs: add reliability checklist 2026-08-03 13:32:01 +00:00
domain fix(live): harden equity, fills, and stops after environment isolation 2026-08-03 02:14:45 +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 docs: add reliability checklist 2026-08-03 13:32:01 +00:00
config.yaml.example feat(live): add T-Invest live execution, streams, health, and kill 2026-08-02 21:50:13 +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