name property

String name
final

Gets the name of the indicator.

If the user specifies a value for the name property in the TechnicalIndicators class, that value can be fetched here. If it is null, then the name generated internally for the indicator can be fetched here.

Implementation

final String name;