Login Page - Create Account

Support Board


Date/Time: Thu, 26 Feb 2026 09:37:18 +0000



Post From: spreadsheet help

[2026-01-12 13:44:02]
Sawtooth - Posts: 4313
Try this:
Use two Formula Columns, one for each direction.

Triangle Up formula:
=IF(E3>Y4, C3, 0)
Then set the Draw Style to Triangle Up.
This will place the triangle at the bar High.

Triangle Down formula:
=IF(E3<Z4, D3, 0)
Then set the Draw Style to Triangle Down.
This will place the triangle at the bar Low.