Its been a while since I have been over here to TSD I noticed a new calender pretty cool....
Anyone here have a MT4 template that pulls the calender data into an EA. I have a pretty good EA that uses the calender from another site but the site goes down frequently.
Basically all I need is something that sets the following global variables using the data from the TSD calender....
datetime NextNewsTime = //Time of next announcement
string NextNewsDesc = //Announcement Description
string NextNewsCurrency = //Announcement Currency
string NextNewsImpact = //Announcement Impact
double NextNewsForecast = //Forcast
double NextNewsPrevious = //Previous
Then I need to link to the calender at the announcement time so I can grab the actual number as soon as its posted.
Im sure that someone here has done something like this. I dont want to reinvent the wheel.
Also do the TSD admins have any restrictions on pulling the data from the calender ?
And how fast are the announcements posted ?This section is here https://www.mql5.com/en/forum and the thread is here https://www.mql5.com/en/forum/177102
It was posted on the thread all the information together with tds indicator, SignalSender indicator and SignalTrader EA (for public, commercial or prvate signal calendar posting and trading). Some tool (dll files) was created to take the data from the calendar so it is not a problem at all. Newstrader EA was posted in elite section: this EA is having many versions already and some versions will be posted on this thread https://www.mql5.com/en/forum/177102 soon.
So just read news section https://www.mql5.com/en/forum and two sticky threads on the section.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Its been a while since I have been over here to TSD I noticed a new calender pretty cool....
Anyone here have a MT4 template that pulls the calender data into an EA. I have a pretty good EA that uses the calender from another site but the site goes down frequently.
Basically all I need is something that sets the following global variables using the data from the TSD calender....
datetime NextNewsTime = //Time of next announcement
string NextNewsDesc = //Announcement Description
string NextNewsCurrency = //Announcement Currency
string NextNewsImpact = //Announcement Impact
double NextNewsForecast = //Forcast
double NextNewsPrevious = //Previous
Then I need to link to the calender at the announcement time so I can grab the actual number as soon as its posted.
Im sure that someone here has done something like this. I dont want to reinvent the wheel.
Also do the TSD admins have any restrictions on pulling the data from the calender ?
And how fast are the announcements posted ?