Skip to content

Trade Signals

Trade Signals

This is the group of functions intended for managing trade signals. The functions allow:

  • get information about trade signals, available for copying,
  • get and set the signal copy settings,
  • subscribe and unsubscribe to the signal copying using MQL4 language functions.
FunctionAction
SignalBaseGetDoubleReturns the value of double type property for selected signal
SignalBaseGetIntegerReturns the value of integer type property for selected signal
SignalBaseGetStringReturns the value of string type property for selected signal
SignalBaseSelectSelects a signal from signals, available in terminal for further working with it
SignalBaseTotalReturns the total amount of signals, available in terminal
SignalInfoGetDoubleReturns the value of double type property of signal copy settings
SignalInfoGetIntegerReturns the value of integer type property of signal copy settings
SignalInfoGetStringReturns the value of string type property of signal copy settings
SignalInfoSetDoubleSets the value of double type property of signal copy settings
SignalInfoSetIntegerSets the value of integer type property of signal copy settings
SignalSubscribeSubscribes to the trading signal
SignalUnsubscribeCancels subscription
Last updated on