Support Board
Date/Time: Mon, 20 Jan 2025 20:57:50 +0000
[User Discussion] - "error syntax"with color based on alert condition ...
View Count: 737
[2018-06-29 18:28:28] |
User576897 - Posts: 4 |
Hello , excuse my English ,I am French ;) I want to create an alert with 2 conditions with the RSI ,when I put the 1st condition it works, when I put the second one it works too . But when I put the both together it doesn't work ... I wrote : ID5.SG1>=ID5.SG3 (it works) ID5.SG1>ID5.SG1[-1] (it works) But when I write: AND(ID5.SG1>=ID5.SG3),AND(ID5.SG1>ID5.SG1[-1])) it doesn't work... Can you help me please ? |
[2018-06-29 19:52:03] |
Xfanman1 - Posts: 320 |
Try this: =AND(ID5.SG1>=ID5.SG3,ID5.SG1>ID5.SG1[-1]) If you're getting a Syntax error on your formula you have an extra closing parentheses on the right side. -- Scott |
To post a message in this thread, you need to log in with your Sierra Chart account: