Support Board
Date/Time: Thu, 26 Jun 2025 16:32:14 +0000
Post From: alerts issue
[2021-11-14 13:27:56] |
Sawtooth - Posts: 4231 |
Since you've already identified the last candle using the steps in post #2: 1. Add the Spreadsheet Formula study - Check 'Hide Study' - Set 'Draw Zero Values' to No. - Use a formula like this in its Formula field: =IF(ID1.SG1,ID2.SG1,0) where ID1 is the hidden color background study from post #2, and ID2.SG1 is the study subgraph that you currently reference with the Study Subgraph Above/Below Bar as Text study. Edit these as needed. 2. In the Study Subgraph Above/Below Bar as Text study, change the reference to the Spreadsheet Formula study's ID#.SG1 Explanation: The Spreadsheet Formula study is filtering all except the last bar of what the Study Subgraph Above/Below Bar as Text study was previously referencing. The Study Subgraph Above/Below Bar as Text study now references the Spreadsheet Formula study instead. |