Login Page - Create Account

Support Board


Date/Time: Sun, 06 Jul 2025 10:33:36 +0000



Post From: Question about Spreadsheet System Alert Study

[2024-05-25 22:47:19]
Sawtooth - Posts: 4235
Use formulas like this:
=IF(YourConditions,C3,0)
This will place the arrow at the high of the bar.

Or this:
=IF(YourConditions,C3+$J$21*2,0)
This will place the arrow two ticks above the high of the bar.

Or this:
=IF(YourConditions,D3-$J$21*2,0)
This will place the arrow two ticks below the low of the bar.