"expression not boolean" warning from using orange condition block
-
Guys,
I have found the warning from using if() code in the darker condition block although it seems to not effecting operational of the EA but it might be in the future

Do you know how to fix this warning with fxdreema ?
-
Maybe your code, I use this regularly, and it works for me, try this: (_1StoOverBought==1 && _1RSI_OverBought==0)
providing you have bool variables created with those names -
@jstap I did try every possible combination from variable type (bool and double), True/False instead of number for bool, number for double but the warning is still there, even with the current project in the link below (X_X)

However, if I manually delete "0 | and | 0 " from both side of the code below, then the warning disappear....

Do your code have these "0 | and | 0" ?
Could you please show me some of your blocks with this condition block and variable setting
-
No, I use true & false but this does == 0 & 1