27 lines
No EOL
1.2 KiB
MQL5
27 lines
No EOL
1.2 KiB
MQL5
//+------------------------------------------------------------------+
|
|
//| 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
|
|
|
|
//+------------------------------------------------------------------+
|
|
//| |
|
|
//+------------------------------------------------------------------+
|
|
#define TSN_PHBL_DESACTIVE_REF
|
|
|
|
//+------------------------------------------------------------------+
|
|
//| |
|
|
//+------------------------------------------------------------------+
|
|
#include <TSN\\Tables\\AllHashes.mqh>
|
|
#include <TSN\\YAML\\Yaml.mqh>
|
|
#include <TSN\\PHash\\Main.mqh>
|
|
#include "EnumReg\\Main.mqh"
|
|
|
|
//+------------------------------------------------------------------+
|
|
#endif // SIMPHASH_SRC_DEF_MQH |