First commit [09/03/2018]

This commit is contained in:
Pierre8rTeam
2018-03-09 16:43:19 +01:00
commit 25e9006a0b
375 changed files with 294601 additions and 0 deletions
@@ -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"
};
//+------------------------------------------------------------------+