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
...
I`m crazy about you, you`re going to build a manual trading tester and you can`t fix the indicator, you have to search for the missing data in the counters.
You have me confused with Andrei again=)
The data does not disappear, but rather the data does not disappear.
It's not easy to dig and debug because the indicator redraws points a few bars back.
You have me confused with Andrei again=)
The data does not disappear, but rather the data does not disappear.
And it's not easy to dig and debug because the indicator redraws points a few bars back.
Yes, sorry, I got confused.
Note the direction of indexing of arrays, not to confuse you with prints.Yes, I'm sorry, I got confused.
Pay attention to the direction of array indexing, so that you don't get confused, check it yourself with prints.Okay, I will.
But the main question is why these patterns disappear when I switch the TF.
Sometimes these patterns coincide with the arrays on which the indicator is built, and sometimes they are chaotically scattered in the graph.
Zeroing the array elements in the right places seems to happen...
OK, I will.
But the main question is why do these patterns disappear when I switch thef.
These patterns sometimes coincide with the arrays on which the indicator is built, sometimes they are chaotically scattered across the graph.
Zeroing of array elements in proper places seems to happen...
When TF is switched, reinitialization happens, that's why the patterns disappear.
Aren't you building a pattern with graph objects? If so, they need to be managed when they need to be deleted.
ZS In general, without code (one picture) is difficult to even understand what is wrong, let alone find the cause.
When the TF is switched, it is re-initialised, so the patterns disappear.
Aren't you building a pattern with graph objects? If so, they need to be controlled when they need to be deleted.
HH in general without code (one picture) is difficult to even understand what is wrong, let alone find the cause.
#property indicator_type1 DRAW_ARROW
#property indicator_type2 DRAW_ARROW
#property indicator_type3 DRAW_ARROW
Not graph objects, buffers.
But code, yes please)
#property indicator_type1 DRAW_ARROW
#property indicator_type2 DRAW_ARROW
#property indicator_type3 DRAW_ARROW
Not graph objects, buffers.
But code, yes please)
First of all it's a decompiled code, and second, there are a lot of bugs in the migration process.
Take this pearl for example
And this despite the fact that the CopyTime function does not have such a concept as a null character
(NULL) passed to the string type parameter will pass ""
contact your developer
First of all, it's a decompile, and secondly, there are a lot of bugs in the migration.
Just look at this perl
And this despite the fact that the CopyTime function has no such thing as a null character
(NULL) passed to the string type parameter will pass ""
contact the developer
I don't want to $$talk to a developer =)
In any case, thanks for the wise advice.
No $wish$ to contact the developer =)
In any case, thanks for the good advice.
But it's not all there, in idea pass graph object instead of chart id 0, you can, but in practice it's better to give the chart number.
In general, there is a lot to understand
it's not clear what the programmer wanted to say with this code:
It's easier and faster for me:
rather than rounding via thongs
But there's more to it, in theory it's possible to pass 0 instead of the chart id when creating a graph object, but in practice it's better to give the chart number.
In general, there is a lot to sort out
it's not clear what the programmer wanted to say with this code:
I think it's easier and faster:
Than to do rounding via strings
the objects here are lines, I've truncated them, so that's obviously not where the error lies.
The rounding through the string is due to the fact that MQL4 has no method like (int), while in rewriting I left it as is deliberately to maximize the codes coincidence.
But apparently, you can still replace the old version with yours.