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 an English language forum, please post only in English
I have translated your post instead of removing it. Next time translate it yourself before posting. You can use the auto translation tool.
I have a little sad problem with this awesome indicator.
From time to time the line of the indicator can disappear. And the anchor don't disappear at thi moment.
Or when I reload MT5 the line of the indicator also disappear after it. And the anchor not disappear.
Help please.
Hello,
First of all, congratulations to the fantastic indicator created, José Ricardo! Very good indeed !!
I realized the same problem. I was able to make the indicator update by changing the line 138 of the indicator,
from: if (first) {CustomizeObject (); first = false; }
to: if (first) {CustomizeObject (); first = true; }
hugs,
Is this "Volume accumulated Histogram" avaliable too? how can i get it?
Great indicator, I really want to use it
Awesome indicator Jose!
Just an update the indicator was not loading properly so I reached out on the forum and got these changes, and now it works great. If anyone was having issues try these modifications out.
line 157
line 190
😁😁😁
Hello,
First of all, congratulations to the fantastic indicator created, José Ricardo! Very good indeed !!
I realized the same problem. I was able to make the indicator update by changing the line 138 of the indicator,
from: if (first) {CustomizeObject (); first = false; }
to: if (first) {CustomizeObject (); first = true; }
hugs,
Dear all.
Thanks for excellent work Jose.
I am getting an issue with the lines blinking and sometimes going to zero. Anyone has the same issues? I am using the attached version with the changes in the lines 157 and 191.
The change below is not present in the attached version so it's not applied...
But these two are present and was applied:
Below an example the lines going to zero and constantly blinking...
Thanks Jose and everyone who tried to make this indicator work better. It might just be me with some issues ;-), but would someone please share the working version after modifications. Thanks a lot.
Have you found a well working version?