Support Board
Date/Time: Fri, 19 Sep 2025 03:09:09 +0000
Post From: Calculating the Range of High/Low based on Time period - BUT Bodies Only
[2023-10-24 22:39:14] |
Sawtooth - Posts: 4263 |
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. |