ChartingInterfacesExtensions
StockSharp.Charting
Erweiterungsklasse für IChart.
Methoden
AddArea
public static IChartArea AddArea(IChart chart)
result = ChartingInterfacesExtensions.AddArea(chart)
Erstellen Sie IChartArea.
- chart
- IChart
Rückgabe: IChartArea
AddCandles
public static IChartCandleElement AddCandles(IChartArea area)
result = ChartingInterfacesExtensions.AddCandles(area)
Erstellen Sie IChartCandleElement Element.
- area
- IChartArea
Rückgabe: IChartCandleElement
AddIndicator
public static IChartIndicatorElement AddIndicator(IChartArea area, IIndicator indicator)
result = ChartingInterfacesExtensions.AddIndicator(area, indicator)
Erstellen Sie IChartIndicatorElement Element.
- area
- IChartArea
- indicator
- IIndikator
Rückgabe: IChartIndicatorElement
AddOrders
public static IChartOrderElement AddOrders(IChartArea area)
result = ChartingInterfacesExtensions.AddOrders(area)
Erstellen Sie IChartOrderElement Element.
- area
- IChartArea
Rückgabe: IChartOrderElement
AddTrades
public static IChartTradeElement AddTrades(IChartArea area)
result = ChartingInterfacesExtensions.AddTrades(area)
Erstellen Sie IChartTradeElement Element.
- area
- IChartArea
Rückgabe: IChartTradeElement
CreatePainter
public static IChartIndicatorPainter CreatePainter(IndicatorType type)
result = ChartingInterfacesExtensions.CreatePainter(type)
Erstellen Sie IChartIndicatorPainter Instanz.
- type
- IndicatorType
Rückgabe: IChartIndicatorPainter
Draw
public static void Draw(IChart chart, IChartCandleElement element, ICandleMessage candle)
ChartingInterfacesExtensions.Draw(chart, element, candle)
Um die Kerze zu zeichnen.
- chart
- Karte.
- element
- Das Diagrammelement, das eine Kerze darstellt.
- candle
- Kerzen.
IsVolumeProfileChart
public static bool IsVolumeProfileChart(ChartCandleDrawStyles style)
result = ChartingInterfacesExtensions.IsVolumeProfileChart(style)
Überprüfen Sie, ob der angegebene Stil auf Volumenprofil basiert.
- style
- Stil.
Rückgabe: Prüfergebnis.