feat: strategy builder

This commit is contained in:
OpenSquared
2026-07-19 09:39:09 +02:00
parent e7247d4c4c
commit 3417bb6075
6 changed files with 142 additions and 62 deletions

View File

@@ -1534,6 +1534,7 @@ export type StrategyScenario = {
manual_grid?: ManualGridCell[]
rate?: number
n_expiries?: number
contract_size?: number
}
export type StrategyLeg = {