2026-05-01 12:21:25 -05:00
|
|
|
//+------------------------------------------------------------------+
|
|
|
|
|
//| Secrets.mqh |
|
|
|
|
|
//| Copyright 2025, Niquel Mendoza. |
|
|
|
|
|
//| https://www.mql5.com/es/users/nique_372 |
|
|
|
|
|
//+------------------------------------------------------------------+
|
|
|
|
|
#property copyright "Copyright 2025, Niquel Mendoza."
|
|
|
|
|
#property link "https://www.mql5.com/es/users/nique_372"
|
|
|
|
|
#property strict
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef REPOSECRETS_MQH
|
|
|
|
|
#define REPOSECRETS_MQH
|
|
|
|
|
|
|
|
|
|
//+------------------------------------------------------------------+
|
|
|
|
|
//| |
|
|
|
|
|
//+------------------------------------------------------------------+
|
|
|
|
|
#define SECRETS_IMPORT_MCPSERVER
|
|
|
|
|
|
|
|
|
|
//+------------------------------------------------------------------+
|
|
|
|
|
//| |
|
|
|
|
|
//+------------------------------------------------------------------+
|
2026-05-01 12:23:03 -05:00
|
|
|
#ifndef PUBLIC_VERSION
|
2026-05-01 12:21:25 -05:00
|
|
|
#include <TSNSecrets\\Secrets.mqh>
|
2026-05-01 12:23:03 -05:00
|
|
|
#endif // PUBLIC_VERSION
|
2026-05-01 12:21:25 -05:00
|
|
|
|
|
|
|
|
#endif // REPOSECRETS_MQH
|
|
|
|
|
//+------------------------------------------------------------------+
|