Preparing search index...
The search index is not available
backtest-kit
backtest-kit
types
ProgressBacktestNotification
Interface ProgressBacktestNotification
Progress update notification. Emitted during backtest execution.
interface
ProgressBacktestNotification
{
backtest
:
true
;
exchangeName
:
string
;
id
:
string
;
processedFrames
:
number
;
progress
:
number
;
strategyName
:
string
;
symbol
:
string
;
timestamp
:
number
;
totalFrames
:
number
;
type
:
"progress.backtest"
;
}
Index
Properties
backtest
exchange
Name
id
processed
Frames
progress
strategy
Name
symbol
timestamp
total
Frames
type
Properties
backtest
backtest
:
true
exchange
Name
exchangeName
:
string
id
id
:
string
processed
Frames
processedFrames
:
number
progress
progress
:
number
strategy
Name
strategyName
:
string
symbol
symbol
:
string
timestamp
timestamp
:
number
total
Frames
totalFrames
:
number
type
type
:
"progress.backtest"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backtest
exchange
Name
id
processed
Frames
progress
strategy
Name
symbol
timestamp
total
Frames
type
backtest-kit
Loading...
Progress update notification. Emitted during backtest execution.