MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

Hipno Trading MajorHipno Trading Major Try product
Hipno Trading Major
Author: achidayat
XML parser Library
XML parser
Author: yu-sha
Subscribe to signal
MartinFX
80.44%, 1 804 395.43 USD
Screenshot
AUDUSD, H4
Real
20 Trade Signals in MQL5 20 Trade Signals in MQL5

FormatRequestResult

Prepares the formatted string with results of the last request execution.

string  FormatRequestResult(
   string&                 str,         // string
   const MqlTradeRequest&  request,     // request structure
   const MqlTradeResult&   result       // result structure
   ) const

Parameters

str

[in]  Target string, passed by reference.

request

[in]   A structure of MqlTradeRequest type with parameters of the last request.

result

[in]   A structure of MqlTradeResult type with results of the last request.

Returned value

None.


Updated: 2010.11.12