TesterEA_by_fxsaber/Experts/fxsaber/TesterEA/Channel.mqh

7 lines
No EOL
124 B
MQL5

#include "Channel_Unit.mqh"
class CHANNEL
{
public:
virtual const CHANNEL_UNIT Get( const double Value ) = NULL;
};