Looking for a specific setup back in time with an EA

 
 

What do you mean by "a specific setup" ?

 

Basically, the answer is yes. You can write it using MQ4 and use the history data or you can parse the csv file with language like C or using MQ4 .

If you work on the history its quit easy to write something like:

prc = Open[0];

to take the open price of last candle.

 
Pat46:
What do you mean by "a specific setup" ?

Just an example.

Look for an inside bar, if the inside bar close up write the date, time and the value of the close.

 
elihayun:
Basically, the answer is yes. You can write it using MQ4 and use the history data or you can parse the csv file with language like C or using MQ4 .

If you work on the history its quit easy to write something like:

prc = Open[0];

to take the open price of last candle.

elihayun, can you code an EA like this?

 

Guess so, but my time is limited. I have a lot of things to do during the day.

I am building my own media center from scratch, family and stuff.

2 years ago maybe, but now....sorry

 
elihayun:
Guess so, but my time is limited. I have a lot of things to do during the day.

I am building my own media center from scratch, family and stuff.

2 years ago maybe, but now....sorry

No problem elihayun.