feat: strategy builder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user