Create 3 missing service READMEs (api_gateway, data_acquisition_service, trading_agent_service). Create bin/fxt/README.md. Create testing/service-integration/README.md. Update existing service and testing READMEs to standard template. Delete 4 subdirectory READMEs from testing/integration/ and testing/e2e/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
574 B
Markdown
19 lines
574 B
Markdown
# fxt
|
|
|
|
Foxhunt CLI -- command-line interface for the Foxhunt HFT trading system.
|
|
|
|
## Commands
|
|
|
|
- `fxt auth` -- authentication and token management
|
|
- `fxt trade` -- order submission and management
|
|
- `fxt train` -- model training job management
|
|
- `fxt tune` -- hyperparameter optimization
|
|
- `fxt agent` -- trading agent control
|
|
- `fxt model` -- model listing and inspection
|
|
- `fxt backtest-ml` -- ML backtesting workflows
|
|
|
|
## Configuration
|
|
|
|
- `FXT_CONFIG` -- config file path (default: `~/.config/fxt/config.toml`)
|
|
- `TRADING_SERVICE_URL` -- gRPC endpoint for trading service
|