Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Galender 1.0 - expert for MetaTrader 5

Views:
4891
Rating:
(25)
Published:
2020.08.26 10:59
Galender.mq5 (6.55 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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