When asking a question, please explain in detail, and if relevant, also include screenshots, log output, etc.
If you are attempting to access the indicator's buffer via iCustom(), then show your attempts, use the CODE button (Alt-S), and describe your problem clearly.
EDIT:
If you have difficulty expressing yourself in English, then use the Portuguese forum instead.
Se tiver dificuldade em exprimir-se em inglês, utilize o fórum português.

- www.mql5.com
Okay, the problem was clearly described, as I said I don't know how to find the coloring buffers in the source code above, I saw that you are an experienced trader, if you can help me I would be very grateful, thank you.
EDIT: According to the attached print, would the buffers you indicated be those of the candles?
No, the issue was not clearly described. The code already indicates which buffers are for the colour index. So, your question is unclear.
Do you know how to code?SetIndexBuffer(0,stch ,INDICATOR_DATA); SetIndexBuffer(1,stcl ,INDICATOR_DATA); SetIndexBuffer(2,stcbc ,INDICATOR_COLOR_INDEX); // <--- SetIndexBuffer(3,zli ,INDICATOR_DATA); SetIndexBuffer(4,st ,INDICATOR_DATA); SetIndexBuffer(5,stc ,INDICATOR_COLOR_INDEX); // <--- SetIndexBuffer(6,prices,INDICATOR_CALCULATIONS); SetIndexBuffer(7,count ,INDICATOR_CALCULATIONS);
I've already informed you multiple times that on the English forum, please write in English, or your posts will be removed.
Stop, writing in Portuguese. Either use the automatic translation tool, or post in one of the other language forums.
If you don't know how to code, how will that help you?
Anyway, it is buffer #2 (array variable "stcbc") for the first plot (which is a colour histogram).
SetIndexBuffer(2,stcbc ,INDICATOR_COLOR_INDEX);

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Please, I am unable to locate the indicator coloring buffers that I will leave attached, could someone help me?