10 lines
200 B
MQL5
10 lines
200 B
MQL5
|
#ifndef FRAMEWORK_TOOL_MQH
|
||
|
#define FRAMEWORK_TOOL_MQH
|
||
|
|
||
|
#include "tool_candle.mqh"
|
||
|
#include "tool_price.mqh"
|
||
|
#include "tool_margin.mqh"
|
||
|
#include "tool_order.mqh"
|
||
|
#include "tool_take_profit.mqh"
|
||
|
|
||
|
#endif
|