Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 533
![MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal](https://c.mql5.com/i/registerlandings/logo-2.png)
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
ObjectFind(0, "EXPERT STOPED !!!");
ObjectFind is just what I need, thanks!
Can you please tell me how to get the old navigator back in the metaeditor? In the old one at the bottom there were tabs files-vocabulary-search, I always kept the search and that's how I searched for what I needed (for example forgot how to use a function, I wrote it there or part of it and everything came up with that function), in the new one there are no such tabs, and it constantly returns to mql4|mql5.ru, and this is extremely inconvenient for me.
What do you mean there's no search???
All this is easily made to order in the department Work. And if you look around the kodobase, you can find something similar and build yourself whatever you need, but it often needs a fine-tuning with a file.
I found something similar, only in indicators, but I haven't found any tracing of intersections of TP and SL yet.
What do you mean, there's no search?
How could it not be done directly in the meta-editor before? (sorry, I can't put a picture in) There was a search in the navigator, and then select the desired function or something, and the toolbar would open at the bottom (or where else from the settings), with a help tab in it.
How was it not possible before directly in the meta-editor? (sorry, I can't insert a picture, the Internet is bad) There was a search in the navigator, and after you select the desired function or something else, and it opened below (or where else from the settings) toolbar, in it the tab-help.
It's a good thing the internet is bad. Why do I need this picture? I have a good memory, and I have an old compiler on my computer, I can look it up. I thought you said there was no "search" tab.
Just do as before, step on the name of the function or other reserved word and press the magic F1 key.
How do I make the cycle run once when a new position is opened?
I have set the goal to make an indicator. The essence is the following: if a muving grows against the previous value, we get the difference between these values and add to the difference at the subsequent growth and so on. At a certain interval (five days in this case). Suppose we have three days with one, three and four points growth, it means that current indicator value is 8 points. But the bullshit is that everything is cumulative.
How can I reset old values without taking them into account?
I have set the goal to make an indicator. The essence is the following: if a muving grows against the previous value, we get the difference between these values and add to the difference at the subsequent growth and so on. At a certain interval (five days in this case). Suppose we have three days with one, three and four points growth, it means that current indicator value is 8 points. But the bullshit is that everything is cumulative.
How can I reset old values without taking them into account?
Use this https://docs.mql4.com/ru/indicators/imaonarray
Please look at the code, is this correct ?