MngCreateCopyFollower¶
Creates a Copy Trading follower record for an existing trading account.
Access¶
SESSION_MANAGER, SESSION_ADMIN, SESSION_DEALER, SESSION_CRM_MANAGER, SESSION_CRM_ADMIN.
Request Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
login |
int | Yes | Existing trading account login |
enabled |
int | No | 1 enabled, 0 disabled. Default 1 |
manual_trading_mode |
int | No | 0 disabled, 1 allow non-copied, 2 allow all |
max_master_count |
int | No | Maximum active masters. Default 1 |
Response Data¶
Returns the created follower object.