Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 536

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Where exactly are you running the indicator from in the terminal?
I kind of went into the code to look at this stuff.
I don't know about everyone, but I have two places where indices and experts are located, it is C:\Program Files (x86)\ MT4\MQL4\indicators and C:\Users\AppData\Roaming\MetaQuotes\Terminal\CE01488447B8E5332C971089AB90 (this folder opens from terminal File-Open data directory) in both places I looked for code and it is identical.I may have missed the point again, can you clarify it for someone who doesn't know. What is the difference between custom and standard and where to find both?
The standard one is called BollingerBands and the customized one is Bands and located in different places.
Where exactly do you run the indicator from in the terminal?
I doubt it is familiar with /portable mode
The standard one is called BollingerBands and the custom one is called Bands and is located in different places.
I doubt he is familiar with /portable mode
I'm really not familiar with this mode and in my thread which I created separately on this problem I revealed my level of knowledge, please forgive the stupidity still, but it wasn't as easy as you might have thought for me. Still you showed me the problem, now I will try to figure out how to solve it. Thank you for your advice and Artem's advice.
I didn't mean in any way to catch you off guard with ignorance. It was a dialogue with Artem, a simple clarification that he is asking about what you don't know, from my point of view. Not knowing is not shameful and quite normal.
Well what am I doing wrong now, mastered the iCustom function. Made the code (took the top line as an example). But it still gives out 4 characters. DoubleToString gives out 5, but it's bullshit, not real data. Not in the printer, just write the data from the Bands.ex4 indicator into the variable in my indicator, for example the upper line. It is desirable to use numeric values and not replace them with variables.
The code is placed in OnInit(), because OnTick() will not work today.
Hmmm: I didn't read it carefully. Didn't notice that phrase.
But it doesn't depend on whether you put a number or a variable in the iCustom.
What am I doing wrong now, mastered the iCustom function. Made the code (took the top line as an example). But it still gives out 4 characters. DoubleToString gives out 5, but it's bullshit, not real data. Not in the printer, just write the data from the Bands.ex4 indicator into the variable in my indicator, for example the upper line. Preferably use numeric values and not replace them with variables.
Print(DoubleToString(BUp,16));
Help me figure out why the indicator isn't rendering. I want to eventually create something like ZigZag.