EA that Trades from Indicator Arrows
-
I am having a very hard time getting this to work. I have an Indicator that displays arrows. I would like to build an EA that will take the respective trade when, and only when, an arrow appears. Example.....green arrow appears, take a buy trade. Red arrow appears, take a sell trade. I do not need money management or anything. Just a simple buy or sell. Could anyone help me with this?
-
Indicator is visable block and point to the right buffer that creates the arrow.
If its done by objects you have to make the ea to check the object first then take action
-
I also would like to know how to do this could you make a video explaining how to create an ea that would take a buy when a green arrow appears(example) and would close the trade when a yellow square(example)appears?