Strategy Builder
Combine indicators into deterministic rules — send to the Backtesting Lab when ready.
1. Strategy Library
2. Strategy Details
3. Entry Rules
Combine with
4. Action
5. Risk Rules
Preview
{
"id": "custom",
"name": "My Strategy",
"description": "",
"entry": {
"id": "root",
"combinator": "AND",
"conditions": [
{
"id": "7a955040-eaa8-43e8-9f46-2f2e9a869021",
"indicator": "GTI",
"op": ">",
"value": 50
}
]
},
"action": {
"kind": "BUY_CALL"
},
"risk": {
"targetPct": 1.5,
"stopPct": 0.8
}
}