Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
- Görüntülemeler:
- 5588
- Derecelendirme:
- Yayınlandı:
- 2020.08.26 10:59
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
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.

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

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

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

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