Support Board
Date/Time: Sun, 14 Sep 2025 04:24:01 +0000
Post From: Study: Color Bar Based on Alert Condition
[2020-02-01 23:04:59] |
Sawtooth - Posts: 4263 |
You can use the Spreadsheet Formula study, with a formula like this in the Formula field: =IF(Condition1,H+TICKSIZE*1,IF(Condition2,H+TICKSIZE*5,0)) Set 'Draw Zero Values' to No. You can use more IF statements and/or use another instance of the study. |