CheckHistory - Check and Load History Function - MetaTrader 5 Library - MT4/MT5 Resources
Functions to check and load history:
This is a slight modification of the CheckLoadHistory function in MetaQuotes.
#includeBlank check () { static boolean first = true ; if (first&& !CheckLoadHistory( _symbol , _period , analysis_bar) ) return ; Else first= wrong ; //Add your code here }
Historical changes:
Attachment download
📎 checkhistory.mqh (4.65 KB)
Source: MQL5 #1251
CheckHistory - Checking and loading history function - MetaTrader 5 library usage and filtering recommendations
CheckHistory - Checking and loading history function - MetaTrader 5 library belongs to MT5 EA related resources. Before downloading or referencing, it is recommended to confirm the platform version, transaction type, time period, whether DLL is required, whether source code is included, parameter description and historical update records.
Both automated trading tools and foreign exchange indicators should first undergo backtesting, simulated account observation, and small capital verification. Pay special attention to spreads, slippages, maximum drawdowns, position opening frequency, stop loss methods, trading periods and broker rules, and avoid direct real-time execution based only on titles or short-term profit descriptions.
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •