Indicators

vwap

Volume Weighted Average Price (VWAP) is a trading benchmark that shows the average price a security has traded at throughout the day, based on both volume and price. It is used to identify the true average price of a security and is often used as a reference point for institutional traders.

vwap (tick)

Volume Weighted Average Price (VWAP) is a trading benchmark that shows the average price a security has traded at throughout the day, based on both volume and price. It is used to identify the true average price of a security and is often used as a reference point for institutional traders.

Input parameters

PropTypeDefaultDescription
minutes*number14The number of minutes to calculate the VWAP

SQL example

TICK vwap WITH minutes=14 > 50.25 THEN order SET size=100, price=51.00, transmit=true

On this page