14 lines
649 B
MQL5
14 lines
649 B
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 HISTOGRAM_HISTOGRAMA_MAIN_BY_LEO_MQH
|
||
|
|
#define HISTOGRAM_HISTOGRAMA_MAIN_BY_LEO_MQH
|
||
|
|
#include "HistogramaVer.mqh"
|
||
|
|
#include "HistogramaHor.mqh"
|
||
|
|
#endif
|