
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
Hello. It looks like you are not updating when you form a new candle.
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,
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?