Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

Galender 1.0 - expert pour MetaTrader 5

Vues:
4953
Note:
(25)
Publié:
2020.08.26 10:59
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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