Files
Bell-PriceActionWithEma-EA/Scripts/Examples/AccountInfo/AccountInfoSampleInit.mqh
T

18 lines
900 B
Plaintext
Raw Normal View History

2025-10-09 22:06:54 +07:00
//+------------------------------------------------------------------+
//| AccountInfoInitSample.mqh |
2026-03-06 22:37:52 +07:00
//| Copyright 2000-2026, MetaQuotes Ltd. |
//| www.mql5.com |
2025-10-09 22:06:54 +07: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"
};
//+------------------------------------------------------------------+