Preparing search index...
The search index is not available
backtest-kit
backtest-kit
types
LiveDoneNotification
Interface LiveDoneNotification
Live trading completed notification. Emitted when live trading execution completes.
interface
LiveDoneNotification
{
backtest
:
false
;
exchangeName
:
string
;
id
:
string
;
strategyName
:
string
;
symbol
:
string
;
timestamp
:
number
;
type
:
"live.done"
;
}
Index
Properties
backtest
exchange
Name
id
strategy
Name
symbol
timestamp
type
Properties
backtest
backtest
:
false
exchange
Name
exchangeName
:
string
id
id
:
string
strategy
Name
strategyName
:
string
symbol
symbol
:
string
timestamp
timestamp
:
number
type
type
:
"live.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...
Live trading completed notification. Emitted when live trading execution completes.