거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

HistoryLoader - MetaTrader 5용 라이브러리

게시자:
Nikolay Kositsin
조회수:
4475
평가:
(27)
게시됨:
2011.12.08 11:09
업데이트됨:
2016.11.22 07:32
\MQL5\Include\
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

MetaQuotes

https://www.mql5.com/en/docs/series/timeseries_access 

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

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/449

Positive Volume Index Positive Volume Index

Positive Volume Index (PVI) draws a connection between the volume rise and financial instrument price change.

BBands Stop v1 BBands Stop v1

Modification of Bollinger Bands ® trend indicator.

Negative Volume Index Negative Volume Index

Negative Volume Index (NVI) draws a connection between the volume downfall and financial instrument price change.

ZigZag NK FiboFan ZigZag NK FiboFan

ZigZag allowing to build Fibo fans on the last two ZigZags.