forked from nique_372/MQLArticles
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			MQL4
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			MQL4
		
	
	
	
	
	
//+------------------------------------------------------------------+
 | 
						|
//|                                                      ProjectName |
 | 
						|
//|                                      Copyright 2020, CompanyName |
 | 
						|
//|                                       http://www.companyname.net |
 | 
						|
//+------------------------------------------------------------------+
 | 
						|
#property copyright "Niquel y Leo, Copyright 2025"
 | 
						|
#property link      "https://www.mql5.com"
 | 
						|
#property strict
 | 
						|
 | 
						|
#ifndef FUNCTIONS_GEN_MQH
 | 
						|
#define FUNCTIONS_GEN_MQH
 | 
						|
 | 
						|
#include "..\\Utils\\FA\\Sort.mqh"
 | 
						|
#include "..\\Utils\\FA\\ClasesBases.mqh"
 | 
						|
 | 
						|
#endif 
 | 
						|
//+------------------------------------------------------------------+
 |