Is that kinda EA even possible?

Hello , is it possible to make EA for candle stick recognition , for example :

Change Candle Colour , if Candle body is smaller than wicks (like shooting stars , hammers etc ) Is it possible to make ea that gives signal or changes candle color when candle apear which body is 50%+ smaller than whick , thanks for answers .

Yes, it’s possible. Look for High[] Low[] Open[] Close[] to recognize candle bodies and wicks.

Read it again , i see you didn’t understand what i was asking , i don’t want to look i need signals , because i want to combine this with other strategy , it might look stupid that i’m asking for that kinda ea , but i need it …

It is possible to do what you want. There are probably indicators already written to do this.

I was searching for it , but couldn’t find anything like this …

I suggest you read your own statement again: [I]if Candle body is smaller than wicks (like shooting stars , hammers etc ) Is it possible to make ea that gives signal[/I]

You can solve this with the four variables I mentioned. I suggest as well now that you start reading something about mql. Or you may look as CodeMeister suggested for other EAs where this is already coded.

You might want to be more respectful as well. These forums rely on senior experienced members like CodeMeister and Buckscoder for their valuable input…

I think someone over at tsd has already coded this.