POST api/Trades

Adds multiple trades to accounts in bulk.

Request Information

URI Parameters

None.

Body Parameters

Collection of Trade
NameDescriptionTypeAdditional information
TradeID

integer

None.

AccountID

integer

None.

MT_TicketID

string

None.

Symbol

string

None.

OpenTime

date

None.

CloseTime

date

None.

TradeType

string

None.

Volume

decimal number

None.

ProfitLoss

decimal number

None.

MagicNumber

integer

None.

TradingAccount

TradingAccount

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true