Section C · Integration · Free
C2. Sub-Account Configuration Helper
What this does
Generate a sub-account configuration block based on the operator's stated risk preferences and instrument focus.
What to expect back
TypeScript object literal ready to paste into `createSubAccount`.
Works with
No tools. This one is pure thinking, and works before you connect anything.
The prompt
Inputs
- STRATEGY_DESCRIPTION — operator's plain-language description of strategy
- RISK_TOLERANCE — `conservative` | `moderate` | `aggressive`
- INTENDED_INSTRUMENTS — list of instruments
- INITIAL_CAPITAL — operator's starting capital allocation
C · Integration