DX Constructor
public DX(
ISeries input,
int length,
IndicatorStyle style = IndicatorStyle.Old
)
This language is not supported or no code example is available.
public:
DX(
ISeries^ input,
int length,
IndicatorStyle style
)
This language is not supported or no code example is available.
Parameters
- input
- ISeries
The input series.
- length
- int
The length.
- style
- IndicatorStyle
The style of DX (Old or New style).