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

9 lines
No EOL
166 B
MQL5

#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