//+------------------------------------------------------------------+ //| PositionInfoSampleInit.mqh | //| Copyright © 2009, MetaQuotes Software Corp. | //| http://www.metaquotes.net/ | //+------------------------------------------------------------------+ //--- //+------------------------------------------------------------------+ //| Arrays to initialize graphics objects PositionInfoSample. | //+------------------------------------------------------------------+ string init_str[]={"Total","Current","Symbol","Time","Type", "Volume","PriceOpen","StopLoss","TakeProfit","PriceCurrent", "Commission","Swap","Profit", "Magic", "Comment"}; //+------------------------------------------------------------------+