TbpWrraper/Src/Defines.mqh
Nique_372 2b414bd073
2026-03-10 06:38:32 -05:00

30 lines
No EOL
1.2 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_DEFINES_MQH
#define TBPWRRAPER_SRC_DEFINES_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include "..\\..\\MQLArticles\\Utils\\Basic.mqh"
#include "..\\..\\fast_json\\fast_json.mqh"
//---
#define THE_BOT_PLACE_BASE_URL "https://europe-west2-thebotplace.cloudfunctions.net/api/v1/api/"
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
interface ITbpAdditionalData
{
string Get();
};
#endif // TBPWRRAPER_SRC_DEFINES_MQH