@qtsurfer/api-client
Preparing search index...
GetSweepResultData
Type Alias GetSweepResultData
type
GetSweepResultData
=
{
body
?:
never
;
path
:
{
exchangeId
:
string
;
requestId
:
string
;
sweepId
:
string
;
type
:
DataSourceType
;
}
;
query
?:
{
objective
?:
"sharpe"
|
"sortino"
|
"pnl"
|
"maxdd"
;
order
?:
"ranked"
|
"natural"
;
}
;
url
:
"/backtest/{exchangeId}/{type}/executeSweep/{requestId}/{sweepId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
exchangeId
:
string
;
requestId
:
string
;
sweepId
:
string
;
type
:
DataSourceType
;
}
Optional
query
query
?:
{
objective
?:
"sharpe"
|
"sortino"
|
"pnl"
|
"maxdd"
;
order
?:
"ranked"
|
"natural"
;
}
Type Declaration
Optional
objective
?:
"sharpe"
|
"sortino"
|
"pnl"
|
"maxdd"
Optional
order
?:
"ranked"
|
"natural"
natural
is stable materialisation order;
ranked
is the display view.
url
url
:
"/backtest/{exchangeId}/{type}/executeSweep/{requestId}/{sweepId}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@qtsurfer/api-client
Loading...
naturalis stable materialisation order;rankedis the display view.