Support Board
Date/Time: Sun, 11 May 2025 14:56:36 +0000
Post From: Help With Candlestick Wick Alert Syntax
[2014-11-02 02:57:23] |
cmet - Posts: 693 |
Got this to work (it seems). Syntax Error. If anyone is interested in this for any reason, here's the full alert: =OR(AND (C > O, H > (C + 2*TICKSIZE)), AND (C < O, H > (O + 2*TICKSIZE)), AND (C < O, L < (C - 2*TICKSIZE)), AND (O > L, L < (O - 2*TICKSIZE))) Change the number in front of the TICKSIZE variable to change the length of the wick you want for the alert. |