Skip to content

Signal Properties

Signal Properties

The following enumerations are used when working with trading signals and signal copy settings.

Enumeration of double type properties of the trading signal:

ENUM_SIGNAL_BASE_DOUBLE

IDDescription
SIGNAL_BASE_BALANCEAccount balance
SIGNAL_BASE_EQUITYAccount equity
SIGNAL_BASE_GAINAccount gain
SIGNAL_BASE_MAX_DRAWDOWNAccount maximum drawdown
SIGNAL_BASE_PRICESignal subscription price
SIGNAL_BASE_ROIReturn on Investment (%)

Enumeration of integer type properties of the trading signal:

ENUM_SIGNAL_BASE_INTEGER

IDDescription
SIGNAL_BASE_DATE_PUBLISHEDPublication date (date when it become available for subscription)
SIGNAL_BASE_DATE_STARTEDMonitoring starting date
SIGNAL_BASE_DATE_UPDATEDThe date of the last update of the signal’s trading statistics
SIGNAL_BASE_IDSignal ID
SIGNAL_BASE_LEVERAGEAccount leverage
SIGNAL_BASE_PIPSProfit in pips
SIGNAL_BASE_RATINGPosition in rating
SIGNAL_BASE_SUBSCRIBERSNumber of subscribers
SIGNAL_BASE_TRADESNumber of trades
SIGNAL_BASE_TRADE_MODEAccount type (0-real, 1-demo, 2-contest)

Enumeration of string type properties of the trading signal:

ENUM_SIGNAL_BASE_STRING

IDDescription
SIGNAL_BASE_AUTHOR_LOGINAuthor login
SIGNAL_BASE_BROKERBroker name (company)
SIGNAL_BASE_BROKER_SERVERBroker server
SIGNAL_BASE_NAMESignal name
SIGNAL_BASE_CURRENCYSignal base currency

Enumeration of double type properties of the signal copy settings:

ENUM_SIGNAL_INFO_DOUBLE

IDDescription
SIGNAL_INFO_EQUITY_LIMITEquity limit
SIGNAL_INFO_SLIPPAGESlippage (used when placing market orders in synchronization of positions and copying of trades)
SIGNAL_INFO_VOLUME_PERCENTMaximum percent of deposit used (%), r/o

Enumeration of integer type properties of the signal copy settings:

ENUM_SIGNAL_INFO_INTEGER

IDDescription
SIGNAL_INFO_CONFIRMATIONS_DISABLEDThe flag enables synchronization without confirmation dialog
SIGNAL_INFO_COPY_SLTPCopy Stop Loss and Take Profit flag
SIGNAL_INFO_DEPOSIT_PERCENTDeposit percent (%)
SIGNAL_INFO_IDSignal id, r/o
SIGNAL_INFO_SUBSCRIPTION_ENABLED“Copy trades by subscription” permission flag
SIGNAL_INFO_TERMS_AGREE“Agree to terms of use of Signals service” flag, r/o

Enumeration ofstring type properties of the signal copy settings:

ENUM_SIGNAL_INFO_STRING

IDDescription
SIGNAL_INFO_NAMESignal name, r/o

See also

Trade signals

Last updated on