UA6-9V_VL6-N9/Scripts/Examples/AccountInfo/AccountInfoSampleInit.mqh

17 lignes
900 o
MQL5
Brut Lien permanent Vue normale Historique

2025-12-06 22:15:20 +07:00
//+------------------------------------------------------------------+
//| AccountInfoInitSample.mqh |
//| Copyright 2000-2025, MetaQuotes Ltd. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
//---
//+------------------------------------------------------------------+
//| Arrays to initialize graphics objects AccountInfoSample. |
//+------------------------------------------------------------------+
string init_str[]=
{
"Login","TradeMode","Leverage","MarginMode","TradeAllowed",
"TradeExpert","Balance","Credit","Profit","Equity",
"Margin","FreeMargin","MarginLevel","MarginCall","MarginStopOut",
"Name","Server","Currency","Company"
};
//+------------------------------------------------------------------+