Login Page - Create Account

Support Board


Date/Time: Wed, 01 Apr 2026 11:33:36 +0000



Post From: Study: Color Bar Based on Alert Condition

[2020-02-01 23:04:59]
Sawtooth - Posts: 4322
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.