diff --git a/Scripts/AccountInfoDisplayInit.mqh b/Scripts/AccountInfoDisplayInit.mqh new file mode 100644 index 0000000..392e985 --- /dev/null +++ b/Scripts/AccountInfoDisplayInit.mqh @@ -0,0 +1,17 @@ +//+------------------------------------------------------------------+ +//| AccountInfoDisplayInit.mqh | +//| Copyright 2000-2025, MetaQuotes Ltd. | +//| https://www.mql5.com | +//+------------------------------------------------------------------+ +//--- +//+------------------------------------------------------------------+ +//| Arrays to initialize graphics objects AccountInfoDisplay. | +//+------------------------------------------------------------------+ +string init_str[]= + { + "Login","TradeMode","Leverage","MarginMode","TradeAllowed", + "TradeExpert","Balance","Credit","Profit","Equity", + "Margin","FreeMargin","MarginLevel","MarginCall","MarginStopOut", + "Name","Server","Currency","Company" + }; +//+------------------------------------------------------------------+