@facto When you are connecting one block to the next one, you are making the bot to execute those conditions one immediately after the other. If they need to be executed in different moments in time, they need to be executed in separate block trees, not in the same one as they are now.
If you need to use different setting on your indicators you can manually type the new values on the appropriate condition block or create some constants to use them as input parameters as is explained here.