Instrument.Name

Description

Instrument.Name outputs the name/description of the trading instrument.

Parameter

none

Return Value

Type string

Usage

Instrument.Name

More Information

The instrument name can also be seen within the Instrument Escort:

Example

Print("The currently loaded instrument inside the chart is named " + Instrument.Name);

Last updated