Regression channel values
-
I wonder how to access the values of a regression channel or other channel types?
I would like to have a condition block for crossing the lower, middle and upper lines of the channel.
I have only experience with fxDreema, not mql5 programming. And all the attributes choices of the condition block are still a bit confusing. -
my solution is simple, use indicator with buffers ... import it into "My Indicators" and buffers are representing values, you can cross them, everything you need ... sometimes in past I looked into these regression channels and I found this indicator as one of best ...
0_1506627218677_uLinRegrBuf.mq4
here is little modification for EA (bars to count make it faster in EA, maybe ...)
0_1506627190783_uLinRegrBuf_miro1360.mq4 -
Thank you, I think I have to puzzle a little with this topic. It looks like I have to manually define the input on the indicator when I load the file into my indicators. My knowledge is at the very beginning.
-
try it few times (also look somewhere into help or tutorials how to import custom indicator and work with it) and when you fail in that, type here your experience
