Support Board
Date/Time: Mon, 24 Feb 2025 21:11:36 +0000
Post From: Conditions and filters - when order executing a signal but want to add a filter
[2021-03-18 23:51:48] |
Flipper_2 - Posts: 57 |
&& (( condition 4 GetYesNo() == 1 && Condition 4[cur - 1] == True) || (condition 4 GetYesNo() == 0))
&& (( condition 5 GetYesNo() == 1 && Condition 5[cur - 1] == True) || (condition 4 GetYesNo() == 0)) You need to nest the condition. YesNo is on and condition is true OR YesNo is off |