14 lines
381 B
MQL5
14 lines
381 B
MQL5
|
#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
|