Will my idea work?
-
So I want an EA that sells/buys if a hammer candle crosses through horizontal lines that I place manually at areas of resistance. An EA can't recognize horizontal lines that I create manually on my Mt4, or can it? So I created a button that I can press and it then creates a new line...so I can create as many as I want. I didn't give the lines a name, is that a problem? Will this work?
Here is a link to my project: https://fxdreema.com/shared/syQNQoDJc
Greatful for any inputs. -
Yes, an EA can recognize manually used objects if you customize its name. Then that name needs to be found by the bot.
-
I thought the names are not important if you use "for each object". I could then select horizontal line as type and it would check every horizontal line I manually created, or not?
-
I don't want to use names...I delete lines and add them all the time. It could be one line one day and 5 the next. Thanks for your help by the way!
-
If you don't want to use names then you should at least select the exact colour. Otherwise the EA will not be able to distinguish your line from any other lines.
-
Yes I can do that. It seems to work now.