Inseret news filter into EA

 

Hi,

I've got this file(CSV), it contain data about the news from 2007-2010,

in this format:

DateTime;Currency;Impact;Descripton;Actual;Forecast;Previous;RevisedFrom;Unit

now I want to put in my EA the option that, X minute before and after the

news, the EA won't trade...

how can I do it?

someone can help me pls?

thanks..

 

u got to search for my post recently, i made a news reading module and pasted the code in my thread

you can modify it for your own script

 
doshur:

u got to search for my post recently, i made a news reading module and pasted the code in my thread

you can modify it for your own script


thank you.

can you tell me pls, how your data in the CSV file looks like?

how much rows...how much details seperate with ; in such row...etc.

Thanks..

 

i got only 2 column

number of rows are not limiited, but my code only read 15 rows

you can include a function to "renew" the data, my code will read the most recent ones

example format

2011.01.27 13:00;USD

 
Can you show the example for the code?
Reason: