Skip to content

Transaction metrics#

About#

Transaction metrics

Fields#

Name Type Required Description
tradeCopyingLatency number trade copying latency, measured in milliseconds based on transaction time provided by broker
tradeCopyingSlippageInBasisPoints number trade copying slippage, measured in basis points (0.01 percent) based on transaction price provided by broker
tradeCopyingSlippageInAccountCurrency number trade copying slippage, measured in account currency based on transaction price provided by broker
mtAndBrokerSignalLatency number trade signal latency introduced by broker and MT platform, measured in milliseconds
tradeAlgorithmLatency number trade algorithm latency introduced by CopyFactory servers, measured in milliseconds
mtAndBrokerTradeLatency number trade latency for a copied trade introduced by broker and MT platform, measured in milliseconds

Example#

{
  "tradeCopyingLatency": 261,
  "tradeCopyingSlippageInBasisPoints": -0.24676531795690237,
  "tradeCopyingSlippageInAccountCurrency": -5.969852681100103,
  "mtAndBrokerSignalLatency": 72,
  "tradeAlgorithmLatency": 35,
  "mtAndBrokerTradeLatency": 176,
}

Usages#