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

10 lines
200 B
MQL5
Raw Permalink Normal View History

2025-05-30 14:50:44 +02:00
#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