Login Page - Create Account

Support Board


Date/Time: Thu, 28 Mar 2024 09:02:23 +0000



[Programming Help] - Help with code. Using Drawn Trend line as alert when price is within 4 ticks from above

View Count: 684

[2018-09-12 08:19:24]
User164231 - Posts: 278
OR(CROSSFROMABOVE(C, UDID[339].A1+TICKSIZE*4), CROSSFROMABOVE(C, UDID[339].A2+TICKSIZE*4))
[2018-09-12 17:17:54]
Sawtooth - Posts: 3952
This works:
OR(CROSSFROMABOVE(C, UDID[339].A1), CROSSFROMABOVE(C, UDID[339].A2))

Apparently TICKSIZE is not supported when referencing a User Drawing.
[2018-09-13 10:54:05]
User164231 - Posts: 278
ah, thanks again Tom.....

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account