Init mql5 project

This commit is contained in:
Bell
2025-10-09 22:06:54 +07:00
commit 5dbabfd64b
619 changed files with 500541 additions and 0 deletions
@@ -0,0 +1,16 @@
//+------------------------------------------------------------------+
//| PositionInfoSampleInit.mqh |
//| Copyright 2000-2025, MetaQuotes Ltd. |
//| https://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"
};
//+------------------------------------------------------------------+