parent_command:crypto/ta
usage: vwap [-o N_OFFSET] [--start START] [--end END]

The Volume Weighted Average Price that measures the average typical price by volume. It is typically used with intraday charts to identify general direction.

optional arguments:
  -o N_OFFSET, --offset N_OFFSET
                        offset (default: 0)
  --start START         Starting date to select (default: None)
  --end END             Ending date to select (default: None)


Examples:
- To calculate the VWAP for a cryptocurrency: crypto/load <COIN>/ta/vwap
- To calculate the VWAP for a cryptocurrency with an offset of 5: crypto/load <COIN>/ta/vwap -o 5
- To determine the VWAP for a specific date range: crypto/load <COIN>/ta/vwap --start 2022-01-01 --end 2022-01-31
- To find the VWAP for a cryptocurrency starting from a specific date: crypto/load <COIN>/ta/vwap --start 2022-01-01
- To calculate the VWAP for a cryptocurrency up to a specific date: crypto/load <COIN>/ta/vwap --end 2022-01-31