EA-Setka-2/logic/enum/enum_position_signal.mqh

9 lines
182 B
MQL5
Raw Permalink Normal View History

2025-05-30 14:50:44 +02:00
#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