Preparing search index...
The search index is not available
backtest-kit
backtest-kit
types
RiskRejectionNotification
Interface RiskRejectionNotification
Risk rejection notification. Emitted when a signal is rejected due to risk management rules.
interface
RiskRejectionNotification
{
activePositionCount
:
number
;
backtest
:
boolean
;
currentPrice
:
number
;
exchangeName
:
string
;
id
:
string
;
pendingSignal
:
ISignalDto
;
rejectionId
:
string
;
rejectionNote
:
string
;
strategyName
:
string
;
symbol
:
string
;
timestamp
:
number
;
type
:
"risk.rejection"
;
}
Index
Properties
active
Position
Count
backtest
current
Price
exchange
Name
id
pending
Signal
rejection
Id
rejection
Note
strategy
Name
symbol
timestamp
type
Properties
active
Position
Count
activePositionCount
:
number
backtest
backtest
:
boolean
current
Price
currentPrice
:
number
exchange
Name
exchangeName
:
string
id
id
:
string
pending
Signal
pendingSignal
:
ISignalDto
rejection
Id
rejectionId
:
string
rejection
Note
rejectionNote
:
string
strategy
Name
strategyName
:
string
symbol
symbol
:
string
timestamp
timestamp
:
number
type
type
:
"risk.rejection"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Position
Count
backtest
current
Price
exchange
Name
id
pending
Signal
rejection
Id
rejection
Note
strategy
Name
symbol
timestamp
type
backtest-kit
Loading...
Risk rejection notification. Emitted when a signal is rejected due to risk management rules.