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

14 lines
381 B
MQL5
Raw Permalink Normal View History

2025-05-30 14:50:44 +02:00
#ifndef FRAMEWORK_ENUM_MQH
#define FRAMEWORK_ENUM_MQH
#include "enum_candle_value_type.mqh"
#include "enum_log.mqh"
#include "enum_ctrl_panel.mqh"
#include "enum_margin_calc_type.mqh"
#include "enum_order_operation_type.mqh"
#include "enum_profit_calc_type.mqh"
#include "enum_swap_type.mqh"
#include "enum_trade_mode_type.mqh"
#include "enum_trade_resut.mqh"
#endif