How to select ionic slide item without clicking

I’m working on an android app with the Ionic 3 framework. My app’s main page should have 3 horizontal slides:

example

And I want to select the 3 slide items that are in the center without clicking. I have a button that will redirect the user to another page with the 3 selected items:

example

Is it possible to do that?

Need your help thanks.