Support Board
Date/Time: Mon, 03 Nov 2025 01:09:08 +0000
Post From: Study: Color Bar Based on Alert Condition
| [2020-02-01 23:04:59] |
| Sawtooth - Posts: 4285 |
|
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. |
