Indicators: VWAP Custom Position - page 2

 
Does it work for forex?
 
cesarbellaver :
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,

 
Bruno Peres:

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'm testing Vwap for the mini-index.
 
Is this "Volume accumulated Histogram" avaliable too? how can i get it?
 
Hello, Where can I get the volume histogram for mql5 and mql5 that is in the video?
 
Hello.
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.
 
Bruno Peres:

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,

Thank you very much Bruno!!
 
Caue Tragante:
Is this "Volume accumulated Histogram" avaliable too? how can i get it?
Look for the Weis Wave indicator.
 
It didn't work on my metatrader 5