0
1
Derivar 0
UA6-9V_VL6-N9/Scripts/Examples/OrderInfo/OrderInfoSampleInit.mqh
LengKundee f0bc6a6d78
2025-12-06 22:15:20 +07:00

17 linhas
914 B
MQL5

//+------------------------------------------------------------------+
//| OrderInfoSampleInit.mqh |
//| Copyright 2000-2025, MetaQuotes Ltd. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
//---
//+------------------------------------------------------------------+
//| Arrays to initialize graphics objects OrderInfoSample. |
//+------------------------------------------------------------------+
string init_str[]=
{
"Total","Current","Ticket","Symbol","TimeSetup",
"Type","State","TimeExpiration","TimeDone","TypeFilling",
"TypeTime","Expert","VolumeInit","VolumeCurr","PriceOpen",
"StopLoss","TakeProfit","PriceCurr","PriceStopLimit","Comment"
};
//+------------------------------------------------------------------+