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

10 lines
No EOL
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