MQL4参考 交易信号 SignalBaseGetInteger

SignalBaseGetInteger

Returns the value of integer type property for selected signal.

long  SignalBaseGetInteger(
   ENUM_SIGNAL_BASE_INTEGER     property_id     // property identifier
   );

Parameters

property_id

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

Returned value

The value of integer type property of the selected signal.