@gggvvvv Doing it using so many condition blocks will make the EA to open many more trades than planned. You should add a second condition bock on each branch limiting the pip range to be applied. For example, you can specify the minimum pip range for the segment is it supposed to be active. I hope this helps.