Create 8 missing READMEs (config, ctrader-openapi, market-data, ml-data, model_loader, risk-data, trading-data, training_uploader). Update 9 existing READMEs to standard template format. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
423 B
Markdown
15 lines
423 B
Markdown
# ctrader-openapi
|
|
|
|
cTrader Open API client — Protobuf over TCP+TLS for order routing, account queries, and market data.
|
|
|
|
## Key Types
|
|
|
|
- `CtraderConnection` — TLS-wrapped TCP connection to cTrader
|
|
- `CtraderCodec` — Protobuf message framing
|
|
- `RateLimiter` — request rate limiting
|
|
- `AuthManager` — OAuth2 authentication flow
|
|
|
|
## Usage
|
|
|
|
Broker gateway integration for order routing via cTrader Open API protocol.
|