Login Page - Create Account

Support Board


Date/Time: Mon, 19 May 2025 22:39:25 +0000



Post From: Signal alerts other than point on high/low???

[2024-01-22 16:58:59]
Sawtooth - Posts: 4217
Where does that formula or something like it get plugged in to get a mark at the Open price?
As John said is post #10, you would use a formula like he offered in the Formula field of the Spreadsheet Formula study:
=IF(C > 4000, O, 0)
(Set the Chart Region to 1, and 'Draw Zero Values' to No,
and the Draw Style to Point or Dash or Square, etc.)

This formula will return the Open price when TRUE, and since any non-zero value is TRUE, it will draw a marker at that price.