Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 861

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
Even so:
Why isn't it coming out, it says it's successful?
I can't get it to work, it says it compiled successfully?
Why does it not print further in de-init and startup PRINTS? The expo compiles successfully - no errors.
HELP ME OUT HERE? PLEASE!
Why doesn't the tester go into de-init and start?
Build 765
Got it. Everything has to be glamorous now... :-)
Good afternoon, gentlemen programmers!
I'm writing ZigZag. There are 2 problems:
1. Inadequate rendering of the last ray (see picture in GREEN).
2. For the indicator to draw new fractures, you have to forcibly restart the indicator.
What can it be? I've already racked my brains :)
Good afternoon, gentlemen programmers!
I'm writing ZigZag. There are 2 problems:
1. Inadequate rendering of the last beam (see picture in GREEN).
2. For the indicator to draw new fractures, it is necessary to restart the indicator forcibly.
What can it be? I've already racked my brains :)
The first problem seems to have been solved by inserting buffer zeroing.
But the second problem is still a mess...
The code is in the attached file.
The second issue has also been dealt with. The discussion and code options herehttps://www.mql5.com/ru/forum/127756 helped.
Please help me to write a simple indicator (Expert Advisor) for breakdown of horizontal levels.
I've written everything, but I can't find any errors. The alerts do not work.
The idea for the indicator:
- setting two horizontal levels (can be moved manually to the desired level).
- When price crosses the top level from bottom to top, an alert is triggered.
- When price crosses the bottom level from top to bottom, an alert will be triggered.