Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1360
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
this is not suitable, you need non zig-zag extremes
What do you need?
what do you need?
Terms and conditions
Good people, if someone knows how to make an indicator according to my conditions described above, I'm ready to pay for the work, $50 for the code.
Free tip. After your if conditions, the indicator looks for the bar with the minimum value in the last 3 bars. You correctly find their minimum by the index found. But you pass it to the bar with a different index in the buffer. That's where the shift occurs.
Didn't check it, but try it
kind people, if anyone knows how to make an indicator according to my conditions described above, I am willing to pay for the work, $50 per code.
Get in touch here
Good people, if someone knows how to make an indicator according to my conditions described above, I'm ready to pay for the work, $50 for the code.
Write the condition in words and when the condition is met, on which bar the indicator should be displayed. You can show it in a picture.
1. Please provide the minimum information (first three lines from the logbook tab after restarting the terminal)
2 Please update build
2021.01.25 07:11:36.748 Terminal Alpari MT5 x64 build 2755
2021.01.25 07:11:36.749 Terminal Windows 10 build 14393, Intel Core i3-10100 @ 3.60GHz, 12 / 15 Gb memory, 77 / 111 Gb disk, IE 11, UAC, GMT+0
2021.01.25 07:11:36.749 Terminal C:\Users\User\AppData\Roaming\MetaQuotes\Terminal\36A64B8C79A6163D85E6173B54096685
I think I got this after the update!
2021.01.25 07:11:36.748 Terminal Alpari MT5 x64 build 2755 started for Alpari
2021.01.25 07:11:36.749 Terminal Windows 10 build 14393, Intel Core i3-10100 @ 3.60GHz, 12 / 15 Gb memory, 77 / 111 Gb disk, IE 11, UAC, GMT+0
2021.01.25 07:11:36.749 Terminal C:\Users\User\AppData\Roaming\MetaQuotes\Terminal\36A64B8C79A6163D85E6173B54096685
I think I got this after an update!
Update build (connect to MetaQuotes-Demo server and then two steps:
. )
Current build 2761.
Good afternoon, all. I've got the check on, but I forgot to test it. Good thing I remembered about it today... Here's this check on the mod stop level
When tested this check gives the errors shown in the screenshot below
And what's interesting as I was advised I added to this check domination by 1.5 as follows
This addition does not solve the problem appeared test gives errors as in the screenshot below.
If this check on the mod stop level commented out, there are no errors. What is the error on the check, please advise? Without it, you can not start the grail on the real - will be banned immediatelyL O_o
Free tip. After your if conditions, the indicator looks for the bar with the minimum value in the last 3 bars. You correctly find their minimum by the index found. But you pass it to the bar with a different index in the buffer. That's where the shift occurs.
Didn't test it, but try it.
Thanks, that really solved the problem!!!
If you don't mind, can you tell me, so that two high/low in a row are not displayed, but there is variability (high-low-high), what construction should be added? I understand that you need a check, like "if the previous element of the array was high, then the second consecutive high not included in the array, and wait for low", but how to design it?