Working with custom indicator HELP!
-
Re: Get Custom indicator values
Hi Miro, i'm able to work with custom indicator as per your guide. But, in the indicator you attached in the other thread in the title, for example, the arrows on the chart (green and red arrows plus pink and light blue stars) haven't the proper colors in the buffers menu, because they are under parameter section.
So, if I want create an EA to trade when a green arrow appears, how to set the correct output since is not selectable under "output buffer"?

Regards
-
it is not my indicator ... so what can I say about ....
buffers there are in the separate window as lines
arrows are not in buffers, so you can not select arrows from buffers in this caseperhaps you can check the arrow with condition blocks, its color, date, but it can be quite tedious ......... or rewrite the indicators code to use arrows in buffers

-
Thanks