Errors, bugs, questions - page 3124

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
Is this a mistake or is it meant to be?
Open,Started: 2021.09.02 10:45,#3182963
Hello! Activated the ticket as the "New Application" button is not working.
Reason for the request: The description of the last 4 languages, Korean, Italian, French, Turkish is not saved in the signals.
DRAW_FILLING has two buffers for drawing
Correct. That's why this code has 4 buffers and 2 builds.
Right. That's why there are 4 buffers and 2 constructions in this code.
All buffers to be drawn must go in order:
0, 1, 2, 3
and after them, the calculation buffers:
4, 5.
The #property should be set to 1 and 2 for the two buffers to be drawn.
Buffers must not be mixed up.
Right. That's why there are 4 buffers and 2 constructions in this code.
All buffers to be drawn must go in order:
0, 1, 2, 3
and after them the calculation buffers:
4, 5.
The #property must be set to 1 and 2 for the two buffers to be drawn.
Buffers must not be mixed up.
Probably a crutch, but it works.
Probably not a crutch, but so far I have no explanation for what's going on. Thanks...
Probably depends on which buffer is higher in the build. Just change the + to -
and it'll work too. But I needed to direct the thickness inside the bar.
Probably not a crutch, but so far I have no explanation for what's going on. Thanks...
Probably depends on which buffer is higher in the build. Just change the + to -
and it'll work too. But I needed to direct the thickness inside the bar.
Probably not a crutch, but so far I have no explanation for what's going on. Thanks...
Probably depends on which buffer is higher in the build. Just change the + to -
and it'll work too. But I had to direct the thickness inside the bar.
God, these buffer indicators are so uncomfortable. It is horrible.
Everything is much easier with canvas drawing, less code, clearer, more universal and complete freedom of action.
As I understand the buffers are read from top to bottom and the first one can be drawn, and the first calculated one kills this possibility. The order is correct there.
What the drummer says doesn't interest me in any way. Not much use...