hi..ive downloaded an indicators so my question is how do i add them to my mt5?
If you mean Codebase free indicators you download them and you paste them into your MT4/5 >> File >> Open Data Folder >> MQL4/5 >> Indicators folder.
If you mean Market purchased indicators, login into your MQL5 account in MT4/5 >> Tools >> Options >> Community tab, with your bonifaceseth login and NOT your email or any other and you will find them under Purchased in the Market tab of the Terminal/Toolbox window.
Hello guys. Have a situation with calling a iCustom indicator in EA. Actually I have two custom indicators in this EA, both are working, but the problem is that one of the indicators is taking the settings from the indicator, and if I change the settings at the EA input, it will not have any efect. It will still keep settings from the indicator.
For the working indicator index looks like this:
SetIndexBuffer(0, ind_buffer1);
For the other one which is not working is like this :
SetIndexBuffer(0,xxx,INDICATOR_DATA);
Do I call it wrong?
Nobody ??
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello guys. Have a situation with calling a iCustom indicator in EA. Actually I have two custom indicators in this EA, both are working, but the problem is that one of the indicators is taking the settings from the indicator, and if I change the settings at the EA input, it will not have any efect. It will still keep settings from the indicator.
For the working indicator index looks like this:
SetIndexBuffer(0, ind_buffer1);
For the other one which is not working is like this :
SetIndexBuffer(0,xxx,INDICATOR_DATA);
Do I call it wrong?