MQL4 Reference Trade Signals SignalBaseGetString

MQL4 Help as One File:

SignalBaseGetString

Returns the value of string type property for selected signal.

string  SignalBaseGetString(
   ENUM_SIGNAL_BASE_STRING     property_id     // property identifier
   );

Parameters

property_id

[in]  Signal property identifier. The value can be one of the values of the ENUM_SIGNAL_BASE_STRING enumeration.

Returned value

The value of string type property of the selected signal.