Login Page - Create Account

Support Board


Date/Time: Wed, 25 Mar 2026 02:42:58 +0000



Post From: Calculating the Range of High/Low based on Time period - BUT Bodies Only

[2023-10-24 22:39:14]
Sawtooth - Posts: 4321
Try this:
Add the Spreadsheet Formula (Bar) study, and use these formulas:
Open Formula: =MAX(O,C)
High Formula: =MAX(O,C)
Low Formula: =MIN(O,C)
Close Formula:=MIN(O,C)
Hide this study.

In the High/Low for Time Period study, set its 'Based On' to the above Spreadsheet Formula (Bar) study.