> For clarity of messages on ProRealCode’s forums, please use the “insert code PRT” button to separate the text of the code part! Thank you! <<
You should separate conditions like this instead:
1
screener[(c1andc2)or(c1andc3)]
or for your first code:
1
screener[(c1andc2andc5)or(c3andc4andc5)]
Otherwise your whole tested conditions will never be true all at the same time and those I made under brackets are completely different conditions from the other ones.
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue