Page 1 of 1

calling VWAP study

Posted: Wed May 22, 2019 2:11 pm
by SuperDriveGuy
Hi,
  Is there any way to call the builtin study called VWAP, within one's own indicator?

   e.g. if I wanted to plot the std deviation bands around the VWAP.
Thanks
 

Re: calling VWAP study

Posted: Fri May 24, 2019 9:09 am
by Andry API support
Hi SuperDriveGuy,
there's no way to do it. But what you can do is to make your own VWAP but, again, it will work for the live data only.

Re: calling VWAP study

Posted: Fri May 24, 2019 2:28 pm
by SuperDriveGuy
Hi AndreyR,
  I have code for the VWAP as(from another software) ..
(VOL()[0] * ((High[0] + Low[0] + Close[0]) / 3));

and I also have access to the demo indicators
MovingAveragePrice
MovingVWAP


any hints on how to go about creating a very simple VWAP indicator which resets every 30 min? like in the screenshot where I can set up the built in VWAP to reset every 30 mins. The built in one is very flexible, but I don't need all its functionality, just to be able to reset every 30 mins

Thanks

 

Re: calling VWAP study

Posted: Mon May 27, 2019 11:01 am
by Andry API support
Hi SuperDriveGuy, 
You might want to take a look at simplified strategies
https://github.com/BookmapAPI/DemoStrat ... ified/demo
and TimeListener interface.

Re: calling VWAP study

Posted: Thu Jun 13, 2019 1:07 pm
by sjegorov
Andrey,
have you found a way to add these vwap bands to bookmap finally?
i am interesed as well

Re: calling VWAP study

Posted: Fri Jun 14, 2019 7:47 am
by Andry API support
Hi sjegorov,
take a look at this topic.

Re: calling VWAP study

Posted: Thu Dec 19, 2019 7:56 pm
by zcsoka
Dear All,

I have coded the VWAP with the 1st and 2nd standard deviation with configurable multiplier, line style and colours. I would be happy to share it, but I am not sure what the right platform is for sharing plugins. 
If you let me know, I am happy to share it with you.

 

Re: calling VWAP study

Posted: Fri Dec 20, 2019 9:16 am
by Andry API support
Hi zcsoka,
Bookmap marketplace is still in progress. If need no license control you are welcome to create a topic in the Bookmap API forum and attach your module to share it.

Re: calling VWAP study

Posted: Tue Dec 24, 2019 7:18 am
by zcsoka
I have attached it to this forum