#ifndef LOGIC_ENUM_POSITION_SIGNAL_MQH #define LOGIC_ENUM_POSITION_SIGNAL_MQH enum enum_position_signal { enum_position_signal_simple = 0, enum_position_signal_fxht = 1 }; #endif