No description
- Go 98.7%
- Python 1.3%
| .cursor/agents | ||
| api | ||
| cmd/tradebot | ||
| core | ||
| docs | ||
| internal | ||
| pkg | ||
| scripts | ||
| todo | ||
| .gitignore | ||
| .golangci.yaml | ||
| AGENTS.md | ||
| config.example.yaml | ||
| go.mod | ||
| go.sum | ||
| PROJECTS.md | ||
| README.md | ||
| TODO.md | ||
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 toconfig.yamland setprovider_token/ accounts as needed.