Skip to content

ChartIndicatorEventArgs

Summary

The base class representing event args for a ChartIndicator.

Signature

1
public abstract class ChartIndicatorEventArgs

Namespace

cAlgo.API

Properties

Indicator

Summary

Gets the ChartIndicator that raised an event.

Signature

1
public ChartIndicator Indicator {get;}

Return Value

ChartIndicator