I apprecaite the concern but I think you mis-understand the questionor I did not explain well. I already have the indicators setup, I simply want to check at the end of the BUY tree if the total of the conditions = !0 otherwise stop at that block.
The boxes I have left in my shared project are simply the enum condition checks and I deleted everything else out of my project. e.g. if I use BB it will be a value from 1-9 depending on my custom enum but if it reads 0 then that means it is OFF and it skips the indicator and moves onto the next one.
What I want is to add up the constants from the custom enums in one block and check on a condition block if the value !=0, if they = 0 i will prevent trading.
So for instance. Custom code block or variable block (add all the constants from my shared project)
(BBCondition)+(BBAngle)+(HLCondition)+(HLAngle)+(ENVCondition)
Check != 0
Pass
Thanks
@jstap @l-andorrĂ