TesterEA_by_fxsaber/Experts/fxsaber/TesterEA/Channel.mqh

7 lines
124 B
MQL5
Raw Permalink Normal View History

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