ChartingInterfacesExtensions

StockSharp.Charting

IChart の拡張クラス。

メソッド

AddArea
public static IChartArea AddArea(IChart chart)
result = ChartingInterfacesExtensions.AddArea(chart)

Create IChartArea.

chart
伊藤 秀

戻り値: 担当: 佐藤 宏

AddCandles
public static IChartCandleElement AddCandles(IChartArea area)
result = ChartingInterfacesExtensions.AddCandles(area)

IChartCandleElement@要素を作成します。

area
担当: 佐藤 宏

戻り値: 担当: 佐藤 宏

AddIndicator
public static IChartIndicatorElement AddIndicator(IChartArea area, IIndicator indicator)
result = ChartingInterfacesExtensions.AddIndicator(area, indicator)

IChartIndicatorElement@要素を作成します。

area
担当: 佐藤 宏
indicator
インジケーター

戻り値: 担当: 佐藤 宏

AddOrders
public static IChartOrderElement AddOrders(IChartArea area)
result = ChartingInterfacesExtensions.AddOrders(area)

IChartOrderElement@要素を作成します。

area
担当: 佐藤 宏

戻り値: 担当: 佐藤 宏

AddTrades
public static IChartTradeElement AddTrades(IChartArea area)
result = ChartingInterfacesExtensions.AddTrades(area)

IChartTradeElement@要素を作成します。

area
担当: 佐藤 宏

戻り値: 担当: 佐藤 宏

CreatePainter
public static IChartIndicatorPainter CreatePainter(IndicatorType type)
result = ChartingInterfacesExtensions.CreatePainter(type)

IChartIndicatorPainter@ インスタンスを作成します。

type
担当: 佐藤 宏

戻り値: 担当: 佐藤 宏

Draw
public static void Draw(IChart chart, IChartCandleElement element, ICandleMessage candle)
ChartingInterfacesExtensions.Draw(chart, element, candle)

キャンドルを描きます。

chart
チャート。
element
キャンドルを代表するチャート要素。
candle
キャンドル。
IsVolumeProfileChart
public static bool IsVolumeProfileChart(ChartCandleDrawStyles style)
result = ChartingInterfacesExtensions.IsVolumeProfileChart(style)

指定したスタイルはボリュームプロファイルベースです。

style
スタイル。

戻り値: 結果をチェックする。