GrapichsByLeo/Histogram/Histograma/Histogramas.mqh

14 lines
649 B
MQL5
Raw Permalink Normal View History

2025-10-13 07:15:19 -05:00
//+------------------------------------------------------------------+
//| 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 HISTOGRAM_HISTOGRAMA_MAIN_BY_LEO_MQH
#define HISTOGRAM_HISTOGRAMA_MAIN_BY_LEO_MQH
#include "HistogramaVer.mqh"
#include "HistogramaHor.mqh"
#endif