2025-08-19 18:36:26 +01:00
|
|
|
//+------------------------------------------------------------------+
|
|
|
|
|
//| AccountInfoInitSample.mqh |
|
2026-01-31 12:29:07 +00:00
|
|
|
//| Copyright 2000-2026, MetaQuotes Ltd. |
|
|
|
|
|
//| www.mql5.com |
|
2025-08-19 18:36:26 +01:00
|
|
|
//+------------------------------------------------------------------+
|
|
|
|
|
//---
|
|
|
|
|
//+------------------------------------------------------------------+
|
|
|
|
|
//| 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"
|
|
|
|
|
};
|
|
|
|
|
//+------------------------------------------------------------------+
|