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
ProtectiveSide
Protected position side.
Sides ProtectiveSide { get; }
Property Value
ProtectiveVolume
Protected volume.
decimal ProtectiveVolume { get; set; }
Property Value
Events
ProtectiveVolumeChanged
The protected volume change event.
event Action ProtectiveVolumeChanged