Support Board
Date/Time: Tue, 04 Feb 2025 18:48:23 +0000
Post From: Study: Color Bar Based on Alert Condition
[2020-02-01 23:04:59] |
Sawtooth - Posts: 4166 |
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. |