16 lines
		
	
	
		
			No EOL
		
	
	
		
			1.3 KiB
		
	
	
	
		
			MQL5
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			1.3 KiB
		
	
	
	
		
			MQL5
		
	
	
	
	
	
//+------------------------------------------------------------------+
 | 
						|
//|                                                         Main.mqh |
 | 
						|
//|                                  Copyright 2025, Niquel Mendoza. |
 | 
						|
//|                     https://www.mql5.com/es/users/nique_372/news |
 | 
						|
//+------------------------------------------------------------------+
 | 
						|
#property copyright "Copyright 2025, Niquel Mendoza."
 | 
						|
#property link      "https://www.mql5.com/es/users/nique_372/news"
 | 
						|
#property strict
 | 
						|
 | 
						|
#ifndef GRAPICHS_HISTOGRAMAS_BY_LEO_MQH
 | 
						|
#define GRAPICHS_HISTOGRAMAS_BY_LEO_MQH
 | 
						|
 | 
						|
#include "Histograma\\HistogramaHor.mqh"
 | 
						|
#include "Histograma\\HistogramaVer.mqh"
 | 
						|
 | 
						|
#endif  |