No description
  • Go 98.7%
  • Python 1.3%
Find a file
2026-06-01 11:07:31 +00:00
.cursor/agents refactor: simplify reload flow and decouple core components 2026-04-24 18:33:02 +03:00
api chore: remove legacy PnL alias fields and compatibility methods 2026-05-30 00:06:36 +03:00
cmd/tradebot refactor(pnl): split accrued vs pending PnL across domain, broker, and API 2026-05-29 10:43:42 +03:00
core chore: remove legacy PnL alias fields and compatibility methods 2026-05-30 00:06:36 +03:00
docs rewrite: cut the theory, just merge candles chronologically 2026-06-01 11:00:53 +00:00
internal chore: remove legacy PnL alias fields and compatibility methods 2026-05-30 00:06:36 +03:00
pkg refactor(pnl): split accrued vs pending PnL across domain, broker, and API 2026-05-29 10:43:42 +03:00
scripts Improve lots management 2026-04-11 16:41:56 +03:00
todo docs: Add overnight gap protection specification 2026-05-15 12:58:57 +03:00
.gitignore fix: data race, stale provider, and test coverage gaps 2026-04-17 21:06:52 +03:00
.golangci.yaml feat: configure golangci-lint v2 and fix all warnings 2026-04-18 13:16:49 +03:00
AGENTS.md chore: remove legacy PnL alias fields and compatibility methods 2026-05-30 00:06:36 +03:00
config.example.yaml refactor(config): remove DeepSeek config; fix broker flat PnL and LLM ops 2026-05-26 09:50:38 +03:00
go.mod chore: go mod tidy 2026-05-30 00:08:01 +03:00
go.sum feat(llm): add DeepSeek decision adjuster pipeline integration 2026-04-28 23:08:09 +03:00
PROJECTS.md PROJECTS: add project labels + update docs 2026-06-01 11:07:31 +00:00
README.md docs: reformat TODO markdown guides 2026-04-29 22:56:18 +03:00
TODO.md feat: enhance TODO list and improve position equity calculation 2026-04-20 21:32:26 +03:00

TradeBot-NG

Modular Go trading system: candles → ensemble strategies → risk checks → broker/simulated execution.

  • Full documentation (Russian): docs/README.md — index of architecture, sequence diagrams, and quick reference.
  • Agent / maintainer notes (English): AGENTS.md — where things live, commands, caveats.
  • Run (from repo root): go run ./cmd/tradebot -config ./config.yaml backtest|paper|live — copy config.example.yaml to config.yaml and set provider_token / accounts as needed.