FDPanel/Include/PivotLine.mqh

18 lines
583 B
MQL5
Raw Permalink Normal View History

2025-05-30 14:54:39 +02:00
//+------------------------------------------------------------------+
//| PivotLine.mqh |
//| Copyright 2021, MetaQuotes Software Corp. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2021, MetaQuotes Software Corp."
#property link "https://www.mql5.com"
#property version "1.00"
class CPivotLine
{
private:
public:
CPivotLine() {};
~CPivotLine() {};
};