Files
All-MQL5-code/Scripts/Examples/AccountInfo/AccountInfoSampleInit.mqh
T

18 lines
900 B
Plaintext
Raw Normal View History

2018-03-09 16:43:19 +01:00
//+------------------------------------------------------------------+
//| AccountInfoInitSample.mqh |
//| Copyright 2009-2017, MetaQuotes Software Corp. |
//| http://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"
};
//+------------------------------------------------------------------+