EA-Setka-2/logic/calc/calc.mqh

9 lines
166 B
MQL5
Raw Permalink Normal View History

2025-05-30 14:50:44 +02:00
#ifndef LOGICS_CALC_MQH
#define LOGICS_CALC_MQH
#include "calc_gap.mqh"
#include "calc_grid_step.mqh"
#include "calc_lot.mqh"
#include "calc_take_profit.mqh"
#endif