Property | Type | Description | |
---|---|---|---|
dx | |||
length | int | ||
style | IndicatorStyle |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
ADX ( ISeries input, int length, IndicatorStyle style = IndicatorStyle.QuantStudio ) : System.ComponentModel | ||
Calculate ( int index ) : void | ||
Value ( ISeries input, int index, int length, IndicatorStyle style = IndicatorStyle.QuantStudio ) : double |
Method | Description | |
---|---|---|
Init ( ) : void |
public ADX ( ISeries input, int length, IndicatorStyle style = IndicatorStyle.QuantStudio ) : System.ComponentModel | ||
input | ISeries | |
length | int | |
style | IndicatorStyle | |
return | System.ComponentModel |
public static Value ( ISeries input, int index, int length, IndicatorStyle style = IndicatorStyle.QuantStudio ) : double | ||
input | ISeries | |
index | int | |
length | int | |
style | IndicatorStyle | |
return | double |