AYMERIC75
AYMERIC75
Friends

Add friends via their profile or user search and you will be able to see if they are online

AYMERIC75
Added topic Possible to make an EA work in the past ?
Hi,    I would like to test my EAs on a past period (for instance from 01/01/2014 to 01/02/2014), but it seems that one can only make EAs that works at the present moment (with the int Start() function ). Any advice will be welcome :-)
AYMERIC75
Added topic Issue with my first EA
Hi everyone,  I have a problem with my EA, indeed i want to display a THUMB UP for each tick on the graph, so i wrote the following EA but the problem is that it only displays the thumb for the 1st tick and then no more ticks.... Cheers Aymeric
AYMERIC75
Added topic Is there a terminal on MetaEditor ? Where is It ?
Hi, I want to test a mini EA that just call the function printf(), but i can't find the terminal to see the result.. Aymeric
AYMERIC75
Added topic from march 1st to April 3rd in MQL4 ?
I want my EA to check something for each tick between the 1st of March 2013 and the 3rd of April 2013. What should i put inside for(???) ? Thanks Aymeric p.s after this one i swear i stop asking silly questions for today :-)
AYMERIC75
Added topic How to draw an arrow on the graph ?
Hi, I would like my EA to draw an arrow on the graph when there is a signal of buy. I use Ichimoku for the signal... int start() {    if (senkouA>=senkouB && Bid > senkouA && Chikou_value> Bid )    {
AYMERIC75
Added topic Possible to use an indicator in my own EA ?
Hi, I'm trying to make my own EA that just warn me (or do somthing else) when Ichimoku tells me to buy or to sell. Do you if it's possible to incorporate an already existing indicator in a EA script ? cheers Aymeric
123