TbpWrraper/Src/MQL5/Defines.mqh
2026-06-03 12:24:19 -05:00

33 lines
No EOL
1.3 KiB
MQL5

//+------------------------------------------------------------------+
//| Defines.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 TBPWRRAPER_SRC_MQL5_DEFINES_MQH
#define TBPWRRAPER_SRC_MQL5_DEFINES_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include "..\\..\\..\\MQLArticles\\Utils\\Basic.mqh"
#include "..\\..\\..\\JsonParserByLeo\\Src\\JsonNode.mqh"
//---
#define THE_BOT_PLACE_BASE_URL "https://europe-west2-thebotplace.cloudfunctions.net/api/v1/api/"
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
namespace TSN
{
interface ITbpAdditionalData
{
string Get();
};
}
#endif // TBPWRRAPER_SRC_MQL5_DEFINES_MQH