Preparing search index...
The search index is not available
backtest-kit
backtest-kit
types
BacktestDoneNotification
Interface BacktestDoneNotification
Backtest completed notification. Emitted when backtest execution completes.
interface
BacktestDoneNotification
{
backtest
:
true
;
exchangeName
:
string
;
id
:
string
;
strategyName
:
string
;
symbol
:
string
;
timestamp
:
number
;
type
:
"backtest.done"
;
}
Index
Properties
backtest
exchange
Name
id
strategy
Name
symbol
timestamp
type
Properties
backtest
backtest
:
true
exchange
Name
exchangeName
:
string
id
id
:
string
strategy
Name
strategyName
:
string
symbol
symbol
:
string
timestamp
timestamp
:
number
type
type
:
"backtest.done"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backtest
exchange
Name
id
strategy
Name
symbol
timestamp
type
backtest-kit
Loading...
Backtest completed notification. Emitted when backtest execution completes.