Preparing search index...
The search index is not available
backtest-kit
backtest-kit
types
SignalScheduledNotification
Interface SignalScheduledNotification
Scheduled signal notification. Emitted when a signal is scheduled for future execution.
interface
SignalScheduledNotification
{
backtest
:
boolean
;
currentPrice
:
number
;
exchangeName
:
string
;
id
:
string
;
position
:
"long"
|
"short"
;
priceOpen
:
number
;
scheduledAt
:
number
;
signalId
:
string
;
strategyName
:
string
;
symbol
:
string
;
timestamp
:
number
;
type
:
"signal.scheduled"
;
}
Index
Properties
backtest
current
Price
exchange
Name
id
position
price
Open
scheduled
At
signal
Id
strategy
Name
symbol
timestamp
type
Properties
backtest
backtest
:
boolean
current
Price
currentPrice
:
number
exchange
Name
exchangeName
:
string
id
id
:
string
position
position
:
"long"
|
"short"
price
Open
priceOpen
:
number
scheduled
At
scheduledAt
:
number
signal
Id
signalId
:
string
strategy
Name
strategyName
:
string
symbol
symbol
:
string
timestamp
timestamp
:
number
type
type
:
"signal.scheduled"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backtest
current
Price
exchange
Name
id
position
price
Open
scheduled
At
signal
Id
strategy
Name
symbol
timestamp
type
backtest-kit
Loading...
Scheduled signal notification. Emitted when a signal is scheduled for future execution.