forked from nique_372/EasySbAi
16 lines
No EOL
654 B
MQL4
16 lines
No EOL
654 B
MQL4
//+------------------------------------------------------------------+
|
|
//| Fres.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 EASYSB_RESRC_FRES_MQH
|
|
#define EASYSB_RESRC_FRES_MQH
|
|
|
|
//---
|
|
#resource "features.fgblc" as const string g_res_generic_features
|
|
|
|
#endif // EASYSB_RESRC_FRES_MQH |