Vizion-Trading-EA/Scripts/Examples/OrderInfo/OrderInfoSampleInit.mqh

17 lines
914 B
MQL5
Raw Permalink Normal View History

//+------------------------------------------------------------------+
//| OrderInfoSampleInit.mqh |
//| Copyright 2000-2026, MetaQuotes Ltd. |
//| 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"
};
//+------------------------------------------------------------------+