CreateIndicatorRequest (Class)

This page describes the CreateIndicatorRequest class

CreateIndicatorRequest class defines properties for creating an indicator evaluator.

PropertyProperty TypeDescription
SymbolSymbolTrading symbol for which the indicator has to be created.
CandlePeriodCandlePeriodCandle period to be used by the Indicator, like Minute, Day, Hour, etc.,
PeriodSpanInteger (32-bit)Period span to be use for each candle. For example, if CandlePeriod is Minute and PeriodSpan is 5, then the indicator works with 5-minute candles of the symbol.

What’s Next