API Documentation

⌘K
POST/api/1/backtest/optimize

Optimize Strategy

Grid-search parameter optimization to find the best parameter combinations for a strategy

Responses

Was this helpful?
Request
curl -X POST \
  'https://api.eulerpool.com/api/1/backtest/optimize' \
  -H 'Accept: application/json'
200 Response
[
  {
  "params": {},
  "sharpe": 0,
  "totalReturn": 0,
  "maxDrawdown": 0
}
]