0
0
Derivar 0
derivado de LengKundee/NUNA
NUNA_FORK/Scripts/Examples/PositionInfo/PositionInfoSampleInit.mqh

16 linhas
814 B
MQL5

2026-01-06 05:44:21 +00:00
//+------------------------------------------------------------------+
//| 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"
};
//+------------------------------------------------------------------+