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_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_LIMITMinimum equity value, below which trade copying is stopped automatically and all orders opened by subscription are closed
SIGNAL_INFO_SLIPPAGEAllowable subscription when copying deals, in spreads
SIGNAL_INFO_VOLUME_PERCENTPercentage of volume conversion when copying deals, 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_PERCENTPercentage of trading account funds used when following providers’ signals (in %)
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