MetaTrader 5 WebTerminal
-
In the mobile
version we have implemented trading history sorting and filtering by
depth. Use the top-panel commands to customize the history display:
Operations can be sorted by the main parameters, such as date, ticket, symbol and volume, among others.
-
Improved access to trading account details.
- In the desktop version the current account data is clickable. Click on the account to view its details.
- In the mobile version the current account is displayed under the Settings section. Click on the account to view its details.
- Fixed display of the account type in the account management window.
- Fixed equity and free margin display after refreshing the web terminal page in mobile browsers.
- Fixed bottom bar display in Firefox mobile browser
Terminal
- Fixed equity and balance graph calculations in the trading report.
-
New behavior of typename(expr). The updated function returns the full type with modifiers and dimensions (for arrays):
class A
{
};
void OnStart(void)
{
const A *const arr[][2][3]={};
Print(typename(arr));
}
Result:
"class A const * const [][2][3]"
Fixed errors reported in crash logs.
See the previous news, please: