[]
Specifies which fields are to be used for calculation. Applies to Renko and Kagi chart types.
public enum DataFields
| Name | Description |
|---|---|
| Close | Close values are used for calculations. |
| HL2 | Average of high and low values is used for calculations. |
| HLC3 | Average of high, low, and close values is used for calculations. |
| HLOC4 | Average of high, low, open, and close values is used for calculations. |
| High | High values are used for calculations. |
| HighLow | High-Low method is used for calculations. DataFields.HighLow is currently not supported with Renko chart types. |
| Low | Low values are used for calculations. |
| Open | Open values are used for calculations. |