Support Board
Date/Time: Sat, 17 May 2025 04:37:45 +0000
Post From: Help with code. Using Drawn Trend line as alert when price is within 4 ticks from above
[2018-09-12 17:17:54] |
Sawtooth - Posts: 4216 |
This works: OR(CROSSFROMABOVE(C, UDID[339].A1), CROSSFROMABOVE(C, UDID[339].A2)) Apparently TICKSIZE is not supported when referencing a User Drawing. |