Puga/PugaFiles/DataInfo.mqh

15 lines
1 KiB
MQL5
Raw Permalink Normal View History

2025-05-30 16:18:30 +02:00
<EFBFBD><EFBFBD>//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
class DataInfo
{
//8=D>@<0F8O ?> :064>9 >B45;L=> 27OB>9 A45;:5
public:
ulong posID;
double posPNL;
double posSize;
string posComment;
ENUM_POSITION_TYPE type;
};
//+------------------------------------------------------------------+