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