MngCreateCopyMaster¶
Creates a Copy Trading master 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 |
strategy_name |
string | Yes | Strategy display name |
enabled |
int | No | 1 enabled, 0 disabled. Default 1 |
description |
string | No | Strategy description |
visibility |
string | No | Visibility marker. Default private |
allowed_follower_modes |
int | No | 0 real only, 1 demo only, 2 real and demo |
Request¶
{
"command": "MngCreateCopyMaster",
"extID": "1",
"data": {
"login": 2000001,
"strategy_name": "Momentum USD",
"enabled": 1,
"visibility": "private",
"allowed_follower_modes": 0
}
}
Response Data¶
Returns the created master object.