how to write this indicator to EA
-
0_1481422690314_Hill no repaint+Arrows1.ex4 0_1481422726275_Hill no repaint+Arrows1.mq4
cant use buffer toi write,I ask support,but no reply,plz solve it....thx
-
Hi, I looked at your indicator and buffers are ok, they must working with fxdreema,
but arrows are not in buffers, they are only as Objects on the chart, in that case you need working with objects on chart (which is not easy) or buffers logic because object appears on some buffers combination, that means when is there arrow some combination of buffers are meet. I sugest you working with buffers.
Dont forget import your indicator into My indicators using this tutorial or help:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/help/working-with/custom-indicatorsHere is my goodness to help you and this is working example with your indicator:
https://fxdreema.com/shared/mkwESX6Tc
-
@miro1360 thx vey!!!