GrapichsByLeo/Histogram/Barra/Barras.mqh

18 lines
676 B
MQL5
Raw Permalink Normal View History

2025-10-13 07:15:19 -05:00
//+------------------------------------------------------------------+
//| Barras.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_BARRA_BARRAS_BY_LEO_MQH
#define HISTOGRAM_BARRA_BARRAS_BY_LEO_MQH
//--- Default rectanuglo deault
#include "Default\\Ver.mqh"
#include "Default\\Hor.mqh"
#endif