Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 09:30:15 +0000



Post From: Bar time duration study

[2019-03-19 19:48:45]
Sawtooth - Posts: 3976
You could also do it with the Spreadsheet Formula study:

Use a formula like this:
=IF(AND(BARTIME>TIMEVALUE("09:30:00"),BARTIME<TIMEVALUE("16:00:00")),ID1.SG1,0)
where ID1 is the Bar Time Duration study.

Set the Chart Region to the same as the Bar Time Duration study, then Hide the Bar Time Duration study.