Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 15:45:18 +0000



Post From: Question about Spreadsheet System Alert Study

[2024-05-25 22:47:19]
Sawtooth - Posts: 4119
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.