Skip to content

CustomTimeFrameNewChartEventArgs

Summary

Provides data for custom time frame NewChart event.

Signature

1
public class CustomTimeFrameNewChartEventArgs

Namespace

cAlgo.API

See Also

Properties

CustomBars

Summary

Gets custom bars for the newly opened custom time frame chart.

Signature

1
public CustomBars CustomBars {get;}

Return Value

CustomBars

CustomTimeFrame

Summary

Gets custom time frame.

Signature

1
public CustomTimeFrame CustomTimeFrame {get;}

Return Value

CustomTimeFrame

Chart

Summary

Chart that is newly opened or switched to custom time frame.

Signature

1
public Chart Chart {get;}

Return Value

Chart