Preparing search index...
The search index is not available
backtest-kit
backtest-kit
types
PartialProfitNotification
Interface PartialProfitNotification
Partial profit notification. Emitted when signal reaches profit level milestone (10%, 20%, etc).
interface
PartialProfitNotification
{
backtest
:
boolean
;
currentPrice
:
number
;
exchangeName
:
string
;
id
:
string
;
level
:
PartialLevel
;
position
:
"long"
|
"short"
;
priceOpen
:
number
;
signalId
:
string
;
strategyName
:
string
;
symbol
:
string
;
timestamp
:
number
;
type
:
"partial.profit"
;
}
Index
Properties
backtest
current
Price
exchange
Name
id
level
position
price
Open
signal
Id
strategy
Name
symbol
timestamp
type
Properties
backtest
backtest
:
boolean
current
Price
currentPrice
:
number
exchange
Name
exchangeName
:
string
id
id
:
string
level
level
:
PartialLevel
position
position
:
"long"
|
"short"
price
Open
priceOpen
:
number
signal
Id
signalId
:
string
strategy
Name
strategyName
:
string
symbol
symbol
:
string
timestamp
timestamp
:
number
type
type
:
"partial.profit"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backtest
current
Price
exchange
Name
id
level
position
price
Open
signal
Id
strategy
Name
symbol
timestamp
type
backtest-kit
Loading...
Partial profit notification. Emitted when signal reaches profit level milestone (10%, 20%, etc).