feat: strategy builder

This commit is contained in:
OpenSquared
2026-07-19 10:55:56 +02:00
parent 5d8bfa3371
commit 67952e01fa
5 changed files with 35 additions and 26 deletions

View File

@@ -1594,7 +1594,7 @@ export const usePriceStrategy = () =>
export type OptimizeConstraints = {
max_legs: number
delta_threshold: number
delta_threshold: number | null
max_loss_cap?: number | null
objective: 'net_pnl' | 'return_on_risk' | 'prob_weighted'
top_n?: number