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

Historex: export the history of rates and ticks to CSV-files - MetaTrader 5용 스크립트

조회수:
1615
평가:
(5)
게시됨:
2024.02.21 15:15
Historex.mq5 (6.85 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

MetaTrader 5 allows you to export/import rates and ticks from/to the "Symbols" dialog. Due to some limitations, the export of ticks may not cover all required (available) history. This script allows you to export entire history or any part of it into the same CSV-format used by standard export/import facilities.

The script uses the current chart's symbol. Its history of rates and ticks in a given range of dates is saved into 2 CSV-files (in MQL5/Files folder). The file names include symbol name, timeframe (for rates), range of dates.

Input parameters

  • FilterStart - first datetime to start processing from;
  • FilterStop - last datetime to process (up to but not including);

By default both parameters are 0, which means entire available history.

    KA-Gold Bot MT5 KA-Gold Bot MT5

    KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods. - Time frame: M15

    SAR ADX Signal SAR ADX Signal

    SAR ADX Signal with mobile notification, rewritten from MT4 version (source no longer found). This is a repaintable indicator, please be careful when using it.

    TimeGMT library for the strategy tester TimeGMT library for the strategy tester

    Static class to fix the TimeGMT() function during testing in the strategy tester.

    Developing a multi-currency Expert Advisor — source codes from a series of articles Developing a multi-currency Expert Advisor — source codes from a series of articles

    The source codes written during the development of the library for creating multi-currency Expert Advisors that combine many instances of various trading strategies.