MetaTrader 5 MT5 Libraries HistoryLoader – library MetaTrader 5

HistoryLoader – library MetaTrader 5

Real author:

MetaQuotes

This functional module allows to upload historical data according to a request from a multi-currency Expert Advisor.

If only one chart is open in a client terminal with a functioning multi-currency Expert Advisor, the data for this chart only will be available for this Expert Advisor. The module is designed to solve this issue.

Place the HistoryLoader.mqh file to the terminal_data_folder\MQL5\Include. Then the command for inclusion of this file into the Expert Advisor’s code must be added at the global level:

//+------------------------------------------------------------------+
//| Functions description for uploading history                      | 
//+------------------------------------------------------------------+
#include <HistoryLoader.mqh>

And now necessary LoadHistory() function calls must be made before the Expert Advisor code in the OnTick() function body:

int LoadHistory(datetime StartDate,            // starting date for uploading history
                  string LoadedSymbol,         // requested historical data symbol
                  ENUM_TIMEFRAMES LoadedPeriod) // requested historical data timeframe


📈 ROBOTFX MetaTrader Expert Advisors and Indicators to maximize profits and minimize the risks