IOptionPositionChart

StockSharp.Algo.Derivatives

The chart showing the position and options Greeks regarding to the underlying asset.

Implements: IThemeableChart, IPersistable

Properties

Model
public BasketBlackScholes Model { get; set; }
value = iOptionPositionChart.Model
iOptionPositionChart.Model = value

Portfolio model for calculating the values of Greeks by the Black-Scholes formula.

Methods

Refresh
public void Refresh(decimal? assetPrice, DateTime? currentTime, DateTime? expiryDate)
iOptionPositionChart.Refresh(assetPrice, currentTime, expiryDate)

To redraw the chart.

assetPrice
The current price of the underlying asset.
currentTime
The current time.
expiryDate
The expiration date.