Indicators: VWAP Custom Position - page 3

 
Hello! error when changing the candle, plots vertical line and latch. Does anyone know how to solve it?

Great indicator, I really want to use it 

 

Dear J. Ricardo,

How are you?


The indicator is excellent, the only problem I've had is that after anchoring it, it stays for a while and then stops calculating. Could you check if there is any possibility of correcting this?


See what happens below:


vwap custom error image

 

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

iVolume[i]=(double)tick_volume[i];

line 190

if (sumVol > 0) vwapBuffer[i]= sumPrice/sumVol;

😁😁😁

 
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,

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.
 
Eduardo Silva Vian #:

Dear J. Ricardo,

How are you?


The indicator is excellent, the only problem I've had is that after anchoring it, it stays for a while and then stops calculating. Could you check if it's possible to fix this?


See what happens below:



Good morning. the original calibration is very similar to the simple vwap, in the photo above there are 2 vwaps, one blue and the other lilac, how do I calibrate the 2?

 
Good morning. from what I've seen, his original calibration is very similar to a simple vwap, in the photo above there are 2 vwaps, one blue and the other lilac, how do I calibrate the 2?
[Deleted]  

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...

from: if (first) {CustomizeObject (); first = false; }

to: if (first) {CustomizeObject (); first = true; }

But these two are present and was applied:

line 157

iVolume[i]=(double)tick_volume[i];

line 190 (the correct line is 191)

if (sumVol > 0) vwapBuffer[i]= sumPrice/sumVol;


Below an example the lines going to zero and constantly blinking...


[Deleted]  
Eduardo Silva Vian #:

Dear J. Ricardo,

How are you?


The indicator is excellent, the only problem I've had is that after anchoring it, it stays for a while and then stops calculating. Could you check if it's possible to fix this?


See what happens below:



Hello Eduardo. Did you manage to solve the indicator problems?

 
b2tradingclub #:

Hello Eduardo. Did you manage to solve the indicator's problems?

I managed to fix it

Files:
[Deleted]  
Dave12584 #:
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?