mql5/Scripts/Examples/AccountInfo/AccountInfoSampleInit.mqh

17 lignes
917 o
MQL5
Brut Lien permanent Vue normale Historique

//+------------------------------------------------------------------+
//| AccountInfoInitSample.mqh |
2026-01-31 12:29:07 +00:00
//| Copyright 2000-2026, MetaQuotes Ltd. |
//| 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"
};
//+------------------------------------------------------------------+