EA-Setka-2/logic/enum/enum.mqh
super.admin a4b861dd93 convert
2025-05-30 14:50:44 +02:00

11 lines
No EOL
279 B
MQL5

#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