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

Galender 1.0 - MetaTrader 5용 expert

조회수:
4920
평가:
(25)
게시됨:
2020.08.26 10:59
Galender.mq5 (6.55 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

OVERVIEW

This program lists and shows information about calendar events between specified date range. If you click on an event it displays information about selected event.


PARAMETERS

  • Begin Date: beginning date.
  • End Date: ending date.
  • Currency Filter: only find events which affects this currency.
  • Keyword Filter: only find events which contains this keyword.
  • Importance Filter: only find events which has specified importance.

INFORMATION

  • Enter parameters and list events on main window.
  • Click-on any event.
  • Time: publishing date and time of event.
  • Currency: currency that is affected by this event.
  • Event: event code name.
  • Impact: positive or negative impact on currency.
  • Previous: previous value. it is 0 for non-numerical events for example FED chairman speaks.
  • Forecast: forecast value.
  • Actual: actual value. 0 for events in future.


    KOB Requisites Script KOB Requisites Script

    This script downloads bars and ticks from EURUSD as required for the correct execution of Kiss on Billions on EURUSD from Saeid Irani.

    SimSim (Simple Simulator v1.0) SimSim (Simple Simulator v1.0)

    Simple Simulator is designed to practice manual trading on historical data.

    TickCompressor TickCompressor

    Convert MqlTick-s into minified structures to free RAM or store tick arrays in a compact files.

    Bridge - structural design pattern Bridge - structural design pattern

    Decouple an abstraction from its implementation so that the two can vary independently