how to execute order according to .ex4 format indicator? Help
-
Hello everyone, I want to build robot which open positions according to indicator, condition: when up arrow appears buy and when down arrow appears sell as can be seen in the picture. Main problem is that indicator is .ex4 format and objects on the chart unselectable as a result I cannot get value from the chart. Thanks for your help in advance.
0_1592060329506_Trend-Focus (1).ex4
-
Unless you do not have the mq4 vesrions, the only thing I know is finding those objects by name and /or colour. Once they appear on the screen you can use a common condition block to do things with them.
-
It works thanks very much
-
You're welcome.