Errors, bugs, questions - page 1005

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
Good afternoon!
Doindicator buffers save values between indicator runs or is there some glitch with my terminal?
I built an indicator, then I commented out the counting algorithm and pressed compile - all values remain on the chart. I think I may need to put the indicator on the chart again to update the buffer values; I put it with missing calculation cycle and it still has the same values. Had to restart the terminal to get rid of it.
Please comment on this.
Thank you!
It seems that there are still conditions that leave already calculated values in the buffers. I don't understand what exactly these conditions are. The problem is gone after restarting the terminal. In fact, that's why I wouldn't write a request to the service.
In general, maybe it's not a bug but a feature?
Thank you!
There do seem to be conditions under which the already calculated values remain in the buffers. What exactly are these conditions, I don't understand. After restarting the terminal, the problem disappeared. In fact, that's why I wouldn't write a request to the service.
In general, maybe it's not a bug but a feature?
Thank you!
Just reset the array values to zero before filling or during initialization:
There do seem to be conditions under which the already calculated values remain in the buffers. What exactly are these conditions, I don't understand. After restarting the terminal, the problem disappeared. In fact, that's why I wouldn't write a request to the service.
In general, maybe it's not a bug but a feature?
Thank you!
Before filling or during initialisation, simply reset the array values to zero:
It would be nice if the right-click context menu could have a separate item with custom indicators
Thank you!
Another question please :)
What is the way to display comments in the indicator window rather than in the chart window?
Thank you!
How can the comments be displayed in the indicator window rather than in the chart window?
Good afternoon!
It is better to make the indicator properties window non-modal,if possible.
Thank you!
Good afternoon!
It is better to make the indicator properties window non-modal,if possible.
Thank you!
And add an Apply button. In other words, we have changed the value, press the Apply button and we will see the changes without closing the window. It would be much more convenient.
And for the hundredth time - the possibility to change the size of the properties window.
P.S. Write more in Service Desk.
I don't know where I'm getting dumb, so to speak.
The indicator doesn't update, i.e. I keep seeing 739 say in the left corner (thrown on the minutiae as you understand). And as soon as I press compile, the indicator is updated. Where in the code is the error?
Thanks!