StrategiesDashboardItem

StockSharp.Xaml

Row item for StrategiesDashboard.

Erbt von: NotifiableObject

Implementiert: IStrategiesDashboardItem, IDisposable

Konstruktoren

StrategiesDashboardItem(Strategy)

Initializes a new instance of the StrategiesDashboardItem.

strategy
Strategy.

Eigenschaften

ClosePositionCommand : ICommand

Close position for selected strategy command.

Error : Exception

Data process error.

IsFormed : bool

Whether the indicator is set.

IsOnline : bool

Online.

Name : string

Name.

OpenCommand : ICommand

Open strategy.

OrdersCount : int

Total number of orders.

PnLChange : decimal

P&L change.

PnLRealized : decimal

P&L realized.

PnLUnrealized : decimal

P&L unrealized.

PnLValues : IList<Tuple<DateTime, decimal>>

P&L values.

Portfolio : Portfolio

Portfolio.

Position : decimal

Current position value.

ProcessState : ProcessStates

The operation state.

RiskRulesCommand : ICommand

Risk management for selected strategy command.

Security : Security

Security.

SettingsCommand : ICommand

Settings for selected strategy command.

StartCommand : ICommand

Start strategy command.

StopCommand : ICommand

Stop strategy command.

Strategy : Strategy

Strategy.

TradesCount : int

Total number of trades.