Table of Contents

Interface IProtectiveStrategy

Namespace
StockSharp.Algo.Strategies.Protective
Assembly
StockSharp.Algo.dll

Protective strategy base interface.

public interface IProtectiveStrategy
Extension Methods

Properties

ProtectivePrice

Protected position price.

decimal ProtectivePrice { get; }

Property Value

decimal

ProtectiveSide

Protected position side.

Sides ProtectiveSide { get; }

Property Value

Sides

ProtectiveVolume

Protected volume.

decimal ProtectiveVolume { get; set; }

Property Value

decimal

Events

ProtectiveVolumeChanged

The protected volume change event.

event Action ProtectiveVolumeChanged

Event Type

Action