Trabalho concluído
Termos de Referência
I am looking for a developer who has experience with the Economic calendar from FXStreet.com to provide me with the code that I will integrate into my own EA. What I need is:
1. the code to download regularly (for example every 4h) the information regarding events from FxStreet.com into an .csv file. The downloaded file should include all countries (or I should be able to select the countries I am interested in). The code should place the file in a folder / path where it will be reachable by EA working on different charts.
At each download / update, the period covered should be this week + next week (or next 14 days).
2. the code to read from that file the events of the current instrument, by pushing into variables the information regarding an event, for example:
a. time to next high event (in minutes) - make sure you syncronise the time of the server with the time collected of the event collected from the website
b. Name of the event
c. Category (central banks, Inflation, Holidays, etc)
d. Consensus
e. Previous
The same for “time from last high event”, but also adding the “Actual” value.
The same for medium events.