Preparing search index...
The search index is not available
backtest-kit
backtest-kit
types
SignalOpenedNotification
Interface SignalOpenedNotification
Signal opened notification. Emitted when a new trading position is opened.
interface
SignalOpenedNotification
{
backtest
:
boolean
;
exchangeName
:
string
;
id
:
string
;
note
?:
string
;
position
:
"long"
|
"short"
;
priceOpen
:
number
;
priceStopLoss
:
number
;
priceTakeProfit
:
number
;
signalId
:
string
;
strategyName
:
string
;
symbol
:
string
;
timestamp
:
number
;
type
:
"signal.opened"
;
}
Index
Properties
backtest
exchange
Name
id
note?
position
price
Open
price
Stop
Loss
price
Take
Profit
signal
Id
strategy
Name
symbol
timestamp
type
Properties
backtest
backtest
:
boolean
exchange
Name
exchangeName
:
string
id
id
:
string
Optional
note
note
?:
string
position
position
:
"long"
|
"short"
price
Open
priceOpen
:
number
price
Stop
Loss
priceStopLoss
:
number
price
Take
Profit
priceTakeProfit
:
number
signal
Id
signalId
:
string
strategy
Name
strategyName
:
string
symbol
symbol
:
string
timestamp
timestamp
:
number
type
type
:
"signal.opened"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backtest
exchange
Name
id
note
position
price
Open
price
Stop
Loss
price
Take
Profit
signal
Id
strategy
Name
symbol
timestamp
type
backtest-kit
Loading...
Signal opened notification. Emitted when a new trading position is opened.