Hi,
Two things: you have to set the offer side of the second input and change the value of the optional parameter (the minimum value of time period in VOLUMEWAP indicator is 2).
Object[] VWAP = indicators.calculateIndicator(instrument, Period.DAILY,
new OfferSide[] {OfferSide.BID, OfferSide.BID},"VOLUMEWAP",
new IIndicators.AppliedPrice[] {IIndicators.AppliedPrice.CLOSE, IIndicators.AppliedPrice.CLOSE}, new Object[]{2}, 0);
Also, you might find the following JForex Wiki article useful:
https://www.dukascopy.com/wiki/index.php ... Indicators