Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Combining filters

Hi, I'm new to Quantopian.

I combine two conditions (c1 and c2), which in the case of the second security here are True and False, the result is False as expected. But if I try to combine all three of them the result is True.

Does somebody know why does this happen?

1 response

I already fixed the problem using & instead of and