Login Page - Create Account

Support Board


Date/Time: Fri, 03 Jul 2026 10:21:03 +0000



Post From: Show Study for one day only

[2026-06-25 19:41:40]
Sawtooth - Posts: 4335
The Volume Weighted Average Price study uses the Chart Settings' Session Start Time as the daily anchor, but uses the Evening Start Time if 'Use Evening Session' is set to Yes.

This assumes the study settings 'Time Period Type' and 'Time Period Length' are set to Days, 1 ... and there is no date in 'Start Date-Time'

To only display the VWAP for the current day, do this:
Add the Spreadsheet Formula study
- Hide the VWAP study.
- Set the Chart Region to 1.
- Set 'Draw Zero Values' to No.
- Use a formula like this in its Formula field:
=IF(AND(BARDATE=TODAY(),BARTIME>=TIME(9,30,0),BARTIME<TIME(16,30,0)),ID1.SG1,0)
where the VWAP study is ID1.
Date Time Of Last Edit: 2026-06-25 20:04:56