TbpWrraper/Src/MQL5/Defines.mqh

33 lines
1.3 KiB
MQL5
Raw Permalink Normal View History

2026-05-07 16:15:15 -05:00
//+------------------------------------------------------------------+
//| 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"
2026-05-07 16:15:15 -05:00
//---
#define THE_BOT_PLACE_BASE_URL "https://europe-west2-thebotplace.cloudfunctions.net/api/v1/api/"
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
namespace TSN
{
2026-05-07 16:15:15 -05:00
interface ITbpAdditionalData
{
string Get();
};
}
2026-05-07 16:15:15 -05:00
#endif // TBPWRRAPER_SRC_MQL5_DEFINES_MQH