ChartingInterfacesExtensions

StockSharp.Charting

Extension class for IChart.

Métodos

AddArea(IChart) : IChartArea

Create IChartArea.

chart
IChart

Devuelve: IChartArea

AddCandles(IChartArea) : IChartCandleElement

Create IChartCandleElement element.

area
IChartArea

Devuelve: IChartCandleElement

AddIndicator(IChartArea, IIndicator) : IChartIndicatorElement

Create IChartIndicatorElement element.

area
IChartArea
indicator
IIndicator

Devuelve: IChartIndicatorElement

AddOrders(IChartArea) : IChartOrderElement

Create IChartOrderElement element.

area
IChartArea

Devuelve: IChartOrderElement

AddTrades(IChartArea) : IChartTradeElement

Create IChartTradeElement element.

area
IChartArea

Devuelve: IChartTradeElement

CreatePainter(IndicatorType) : IChartIndicatorPainter

Create IChartIndicatorPainter instance.

type
IndicatorType

Devuelve: IChartIndicatorPainter

Draw(IChart, IChartCandleElement, ICandleMessage)

To draw the candle.

chart
Chart.
element
The chart element representing a candle.
candle
Candle.
IsVolumeProfileChart(ChartCandleDrawStyles) : bool

Check the specified style is volume profile based.

style
Style.

Devuelve: Check result.