Is it possible to read output buffers from Ex4 indicators?
-
I know Ex5 indicators can be read in most cases, however i struggle when dealing with Ex4 (attached example of indicator).
Has anyone found a way around this?
Thanks in advance.
-
try something from this:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema/2?page=1
...
find:
2.) Import without mq file, with ex file: -
@miro1360 Thank you Miro, will check it out! (seems like a very complete tutorial).
-
they are little messy, but something can be used

-
So in a few words, the input parameters must be set manually (don't know why i didn't think of this before). You are great

-
yes, as you told ... fxdreema importer is working that way, it only store these parameters (it is not storing whole indicator), also in EA code is used only reference for indicator as external file (its name)
-
@miro1360 Thanks a lot for this information

Maybe you can also point me out on a new question i have had for very a long time (made new topic).