Support Board
Date/Time: Mon, 20 Jan 2025 20:47:30 +0000
Post From: "error syntax"with color based on alert condition ...
[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 ? |