Merging multiple buffers into a single buffer?
-
Hey there. I have a question.
I'm trying run an optimization on an indicator but the indicator has 4 buffers for different colors. I want to merge 3 of the colors into a single "buffer" or do something equivalent to that.I currently have all 3 buffer types in a condition block in the "or" configuration so they effectively count as a single condition, however when running an optimization on this, each of the 3 buffers becomes a value to be "optimized" which creates an optimization test with millions of combinations.
I need buffer 1-3 of the indicator to only count as 1 buffer so I can use a single condition block in order to prevent the optimization test from taking 40 years to complete.
Appreciate your time.
-
@coinmaster That's hardcore coding, my friend. Only reals programmers can do that, I'm afraid. You will need to change the indicator's code.
-
Hi;
Can you share the indicator and explain it in detail.