MQL4 Trade Signals
Overview
This group of functions is intended for managing trade signals. They enable:
Functions
| Function | Action |
|---|---|
| SignalBaseGetDouble | Returns the value of a double-type property for a selected signal. |
| SignalBaseGetInteger | Returns the value of an integer-type property for a selected signal. |
| SignalBaseGetString | Returns the value of a string-type property for a selected signal. |
| SignalBaseSelect | Selects a signal from those available in the terminal for further operations. |
| SignalBaseTotal | Returns the total number of signals available in the terminal. |
| SignalInfoGetDouble | Returns the value of a double-type property of signal copy settings. |
| SignalInfoGetInteger | Returns the value of an integer-type property of signal copy settings. |
| SignalInfoGetString | Returns the value of a string-type property of signal copy settings. |
| SignalInfoSetDouble | Sets the value of a double-type property of signal copy settings. |
| SignalInfoSetInteger | Sets the value of an integer-type property of signal copy settings. |
| SignalSubscribe | Subscribes to a trading signal. |
| SignalUnsubscribe | Cancels a subscription to a trading signal. |