SimPHash/Src/Def.mqh

27 lines
1.2 KiB
MQL5
Raw Permalink Normal View History

2026-06-26 12:44:41 -05:00
//+------------------------------------------------------------------+
//| Def.mqh |
//| Copyright 2026, Niquel Mendoza. |
//| https://www.mql5.com/ |
//+------------------------------------------------------------------+
#property copyright "Copyright 2026, Niquel Mendoza."
#property link "https://www.mql5.com/"
#property strict
#ifndef SIMPHASH_SRC_DEF_MQH
#define SIMPHASH_SRC_DEF_MQH
2026-06-27 21:28:54 -05:00
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#define TSN_PHBL_DESACTIVE_REF
2026-06-26 12:44:41 -05:00
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include <TSN\\Tables\\AllHashes.mqh>
#include <TSN\\YAML\\Yaml.mqh>
2026-06-27 21:28:54 -05:00
#include <TSN\\PHash\\Main.mqh>
2026-06-28 17:05:25 -05:00
#include "EnumReg\\Main.mqh"
2026-06-26 12:44:41 -05:00
//+------------------------------------------------------------------+
#endif // SIMPHASH_SRC_DEF_MQH