Table of Contents

Class StrategiesDashboardItem

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Row item for StrategiesDashboard.

public class StrategiesDashboardItem : NotifiableObject, IStrategiesDashboardItem, IDisposable
Inheritance
StrategiesDashboardItem
Implements
Extension Methods

Constructors

StrategiesDashboardItem(Strategy)

Initializes a new instance of the StrategiesDashboardItem.

public StrategiesDashboardItem(Strategy strategy)

Parameters

strategy Strategy

Strategy.

Properties

ClosePositionCommand

Close position for selected strategy command.

public ICommand ClosePositionCommand { get; set; }

Property Value

ICommand

Error

Last error.

[Browsable(false)]
public Exception Error { get; }

Property Value

Exception

IsFormed

Formed.

public bool IsFormed { get; }

Property Value

bool

IsOnline

Online.

public bool IsOnline { get; }

Property Value

bool

Name

Display name.

public string Name { get; }

Property Value

string

OpenCommand

Open strategy.

public ICommand OpenCommand { get; set; }

Property Value

ICommand

OrdersCount

Total number of orders.

[Browsable(false)]
public int OrdersCount { get; }

Property Value

int

PnLChange

P&L change.

[Browsable(false)]
public decimal PnLChange { get; }

Property Value

decimal

PnLValues

P&L values.

[Browsable(false)]
public IList<Tuple<DateTime, decimal>> PnLValues { get; }

Property Value

IList<Tuple<DateTime, decimal>>

Portfolio

Portfolio.

public Portfolio Portfolio { get; set; }

Property Value

Portfolio

Position

Position.

public decimal Position { get; }

Property Value

decimal

ProcessState

Process state.

public ProcessStates ProcessState { get; }

Property Value

ProcessStates

RiskRulesCommand

Risk management for selected strategy command.

public ICommand RiskRulesCommand { get; set; }

Property Value

ICommand

Security

Security.

public Security Security { get; set; }

Property Value

Security

SettingsCommand

Settings for selected strategy command.

public ICommand SettingsCommand { get; set; }

Property Value

ICommand

StartCommand

Start strategy command.

public ICommand StartCommand { get; set; }

Property Value

ICommand

StopCommand

Stop strategy command.

public ICommand StopCommand { get; set; }

Property Value

ICommand

Strategy

Strategy.

public Strategy Strategy { get; }

Property Value

Strategy

TradesCount

Total number of trades.

[Browsable(false)]
public int TradesCount { get; }

Property Value

int

TradingMode

Trading mode.

public StrategyTradingModes TradingMode { get; set; }

Property Value

StrategyTradingModes