GetSymbolStringProperty

Returns string properties of a symbol.

Syntax

GetSymbolStringProperty(name: string, prop_id: ENUM_SYMBOL_INFO_STRING): string

Parameters

Return Value

Returns a string representing the requested symbol property value.

Description

The GetSymbolStringProperty method retrieves text-based properties of a specified symbol. For a complete list of available properties, see ENUM_SYMBOL_INFO_STRING.

Available properties through ENUM_SYMBOL_INFO_STRING:

Example

Last updated