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

11 lines
279 B
MQL5
Raw Permalink Normal View History

2025-05-30 14:50:44 +02:00
#ifndef LOGIC_ENUM_MQH
#define LOGIC_ENUM_MQH
#include "enum_calc_lot_type.mqh"
#include "enum_gap_control_type.mqh"
#include "enum_take_profit_calc_type.mqh"
#include "enum_position_signal.mqh"
#include "enum_use_indicator.mqh"
#include "enum_time_frames.mqh"
#endif