Skip to main content

get_name

Syntax Format

get_name(series)

Overview

The get_name function provides the name of the given series. You can include this function in scripts with various series being used, to find it fast to perform further actions.

Parameters

ParameterTypePurpose
seriesseriesInput value, taken into calculation

Returns: string.

Example

series_name = get_name(close)
print("Series name:", series_name)