11 lines
279 B
MQL5
11 lines
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
|