Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 17:28:39 +0000



Post From: RTH VWAP Only help

[2023-10-20 22:58:52]
Sawtooth - Posts: 4120
I want the VWAP to display the indicator only during RTH
Another way to do it is to use the Spreadsheet Formula study, with a formula like this in its Formula field:
=IF(AND(BARTIME>=TIME(8,0,0),BARTIME<TIME(15,0,0)),ID2.SG1,0)
where ID2.SG1 is the VWAP study's VWAP.
Set 'Draw Zero Values' to No.

Set the Draw Style of SG1 of the VWAP study to Hidden, and this Spreadsheet Formula study will only display it during the hours you choose.
Date Time Of Last Edit: 2023-10-20 23:00:56