changing object arrows to buffers for fxdreema to read
-
I'm having a problem figuring out how to get the arrows as buffers. I found where the arrows are on the source code, however, they are located as objects and not buffers so that fxdreema can read them. How would I be able to change the code so that instead of the indicator reading those arrows as objects, it reads them as buffers so that I can use this in my fxdreema strategy?
http://puu.sh/s0QoF/5e149ce5a8.png
http://puu.sh/s0QqH/d294120e42.png
http://puu.sh/s0QrD/bb47360779.png
http://puu.sh/s0QsT/c22408a01d.pnghttp://puu.sh/s0RiE/3d8002e875.png
- I would like to use this indicator as a scalping tool for the m1 chart. Feel free to use it too just please help me figure out how to make the arrows into buffers. Thanks.
I would really appreciate the help.

-
I don't understand indicators very well. What I know is that their output buffers are arrays, and the indicator itself is a program that fills those arrays. Yes, indicators can also draw objects on the chart, EAs also can, but these objects are not linked with the output buffers. Once I tried to make some indicator and it was not that hard, but I don't feel competent enough to tell you exactly what to do
