ответвлён от nique_372/TsnTables
20 строки
862 Б
MQL5
20 строки
862 Б
MQL5
//+------------------------------------------------------------------+
|
|
//| All.mqh |
|
|
//| Copyright 2026, Niquel Mendoza |
|
|
//| https://www.mql5.com |
|
|
//+------------------------------------------------------------------+
|
|
#property copyright "Copyright 2026, Niquel Mendoza"
|
|
#property link "https://www.mql5.com"
|
|
#property strict
|
|
|
|
#ifndef TSNTABES_SRC_BITS_ALL_MQH
|
|
#define TSNTABES_SRC_BITS_ALL_MQH
|
|
|
|
//+------------------------------------------------------------------+
|
|
//| |
|
|
//+------------------------------------------------------------------+
|
|
#include "CLZ\\CLZ.mqh"
|
|
#include "CTZ\\CTZ.mqh"
|
|
#include "Swar\\Swar.mqh"
|
|
|
|
#endif // TSNTABES_SRC_BITS_ALL_MQH
|