First commit [09/03/2018]
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//+------------------------------------------------------------------+
|
||||
//| PositionInfoSampleInit.mqh |
|
||||
//| Copyright 2009-2017, MetaQuotes Software Corp. |
|
||||
//| http://www.mql5.com |
|
||||
//+------------------------------------------------------------------+
|
||||
//---
|
||||
//+------------------------------------------------------------------+
|
||||
//| Arrays to initialize graphics objects PositionInfoSample. |
|
||||
//+------------------------------------------------------------------+
|
||||
string init_str[]=
|
||||
{
|
||||
"Total","Current","Symbol","Time","Type",
|
||||
"Volume","PriceOpen","StopLoss","TakeProfit","PriceCurrent",
|
||||
"Commission","Swap","Profit"
|
||||
};
|
||||
//+------------------------------------------------------------------+
|
||||
Reference in New Issue
Block a user