How to use MQL5's CopyBuffer in MQL4?

 

Hello, I'm a beginner in developing robots and indicators, as I'm more accustomed to programming in MQL5, I'm a bit lost to programming in MQL4. My goal is to call up a specific indicator. In MQL5 I use the "iCustom" function and then "CopyBuffer", since MQL4 does not have the "CopyBuffer" function. How should I do this?

Help me with this question?

Thanks in advance!

 
Please post in English on this forum.
 
Alexsander Silva:

Hello, I'm a beginner in developing robots and indicators, as I'm more accustomed to programming in MQL5, I'm a bit lost to programming in MQL4. My goal is to call up a specific indicator. In MQL5 I use the "iCustom" function and then "CopyBuffer", since MQL4 does not have the "CopyBuffer" function. How should I do this?

Help me with this question?

Thanks in advance!

Press F1 in the Mt4-Editor and search for iCustom() and follow the example. Its the same function but the usage is different!