First commit [09/03/2018]
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//+------------------------------------------------------------------+
|
||||
//| 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"
|
||||
};
|
||||
//+------------------------------------------------------------------+
|
||||
Reference in New Issue
Block a user