AiDataGenByLeo/GenericData/Data/All.mqh

37 lines
1.3 KiB
MQL5
Raw Permalink Normal View History

2026-02-05 17:46:45 -05:00
//+------------------------------------------------------------------+
//| All.mqh |
//| Copyright 2025, Niquel Mendoza. |
//| https://www.mql5.com/es/users/nique_372 |
//+------------------------------------------------------------------+
#property copyright "Copyright 2025, Niquel Mendoza."
#property link "https://www.mql5.com/es/users/nique_372"
#property strict
#ifndef AIDATAGENBYLEO_GENERIC_DATA_DATA_ALL_MQH
#define AIDATAGENBYLEO_GENERIC_DATA_DATA_ALL_MQH
//+------------------------------------------------------------------+
//| Include |
//+------------------------------------------------------------------+
//--- ICT
#include "ICT\\Bloques\\Bloques.mqh"
//--- Indicators
#include "Indicators\\AD.mqh"
#include "Indicators\\BollingerBands.mqh"
#include "Indicators\\Ma.mqh"
#include "Indicators\\Obv.mqh"
#include "Indicators\\Rsi.mqh"
#include "Indicators\\Sar.mqh"
#include "Indicators\\StdDev.mqh"
#include "Indicators\\Vidya.mqh"
#include "Indicators\\TickVolume.mqh"
//--- News
#include "News\\Main.mqh"
//--- Time
#include "Time\\Main.mqh"
//+------------------------------------------------------------------+
#endif // AIDATAGENBYLEO_GENERIC_DATA_ALL_MQH