Files

17 lines
814 B
Plaintext
Raw Permalink Normal View History

2025-10-09 22:06:54 +07:00
//+------------------------------------------------------------------+
//| PositionInfoSampleInit.mqh |
2026-03-06 22:37:52 +07:00
//| Copyright 2000-2026, MetaQuotes Ltd. |
//| www.mql5.com |
2025-10-09 22:06:54 +07:00
//+------------------------------------------------------------------+
//---
//+------------------------------------------------------------------+
//| Arrays to initialize graphics objects PositionInfoSample. |
//+------------------------------------------------------------------+
string init_str[]=
{
"Total","Current","Symbol","Time","Type",
"Volume","PriceOpen","StopLoss","TakeProfit","PriceCurrent",
"Commission","Swap","Profit"
};
//+------------------------------------------------------------------+