Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 977
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
It is advisable to start reading from the beginning for good advice. From where the first question was and the rest of the discussion.
Well, for a complete answer it is enough to answer once, not four times
ALL, absolutely all coloured indicators, in MT4 are constructed so that if the current value is greater than the value on the previous bar, then one of the buffers is filled. If the current value is lower than the value on the previous bar, another buffer will be filled. And the type of display, line, histogram or asterisks/dots, does not matter...
There is a fully working EA that sends two screenshots of the chart to telegram, the first screenshot from the open window in the terminal, and the second from the same tool but with a different timeframe,
to do this a new window is opened,a template is applied, a screenshot is taken and the window is deleted. But this scheme with the second screenshot is not always stable.
I want to change it to not open a new window, and use the same all the time, but substituted the desired tool, help tweak it in the code.
If the current value is higher than the previous value, then it's green and the buffer is different, in mql4, and if the opposite is true, then ... vice versa.))))
Thank you, it all makes sense.
Good day to all. I trade 50 instruments. I trade levels. I have set up my work with profiles to avoid opening 50 charts and loading the terminal. I want to write an assistant that will use levels I have drawn by hand on all symbols and give me a signal on the screen, like "Look at the Euro-dollar, something interesting is forming there". I suppose I should write a DLL, in which all levels of all symbols will be copied and the robot should be multicurrency.
Who has any idea how to implement this task?
How to pull the data from the profiles in the dll?
PS. Looked in the tool folders there are files with the extension "chr". Opened notepad and saw all the information I need. How can I use it in this way?
Good afternoon, I am a beginner and not good at programming, I need the Parabolic SAR indicator for MT5 to be displayed as a line, not dots, how can I do it? Please help me.
+
Hello, I'm trying to write a script that draws vertical lines on the whole chart after a series of 4 bars with increasing highs. The script ends up drawing only one line at the beginning and that's it. What is the error? Please help me to correct it.
Hello, I'm trying to write a script that draws vertical lines on the whole chart after a series of 4 bars with increasing highs. The script ends up drawing only one line at the beginning and that's it. What is the error? Please help me to correct it.
the name has to be original for each line
you have one name for all of them.
you can add the time of its creation to the name.
the name must be original for each line
you have one name for all of them
You can add the time of its creation to the name.
Thank you very much!