Get copier event .

GET

Copier events show when the settings on the copier have affected the creation of a trade command. For example when a symbol has been disabled on a copier, a trade with that symbol cannot be opened on the copying account. This creates a copier event to advise that the trade has been ignored.

Request

/events/copiers/{event_id}

Copier Response

{
    "result": "success",
    "status": 200,
    "data": {
        "id": 782,
        "created_at": "2021-06-02T11:02:43.000000Z",
        "updated_at": "2021-06-02T11:02:43.000000Z",
        "account_id": 16,
        "group": "copier",
        "event": "ignored_symbol_disabled",
        "event_id": 781,
        "copier_id": 9
    }
}

Attributes

event

Value Description
ignored_mode_off Ignored as the copier is off
ignored_mode_monitor Ignored as the copier is on monitor mode
ignored_symbol_disabled Ignored as the copier has disabled the symbol
ignored_copy_pending_off Ignored due to copy pending being off
ignored_copy_pending_on Ignored due to copy pending being on
ignored_copy_stop_loss_off Ignored as the stop loss is off
ignored_copy_take_profit_off Ignored as take profit is off
ignored_copy_stop_loss_fixed Ignored as the stop loss is fixed
ignored_copy_take_profit_fixed Ignored as the take profit is fixed
equity_alert_mode_off Ignored as the equity alert mode is off
copy_existing The copier has copied an existing trade
copier_mode_off The copier mode has been set to off
copier_mode_monitor The copier mode has been set to monitor

Stay in the loop..

Sign up to our newsletter to keep up-to-date.