Skip to content

CustomSymbolNewChartEventArgs

Summary

Provides data for custom symbol NewChart event.

Signature

1
public class CustomSymbolNewChartEventArgs

Namespace

cAlgo.API

See Also

Properties

CustomBars

Summary

Gets custom bars for the newly opened custom symbol chart.

Remarks

It will be null if chart TimeFrame is custom.

Signature

1
public CustomBars CustomBars {get;}

Return Value

CustomBars

CustomSymbol

Summary

Gets custom symbol.

Signature

1
public CustomSymbol CustomSymbol {get;}

Return Value

CustomSymbol

Chart

Summary

Chart that is newly opened or switched to custom symbol.

Signature

1
public Chart Chart {get;}

Return Value

Chart