Enter with a stop order when the price breaks the range. Once the first Stop Loss (SL) is hit, reverse the trade, which starts the Fake-out-Trade. Then reverse possibly again on the next swing break, which starts the Swing-Break-Reverse-Trade, depending on whether several criteria are meet. All trades have a minimum distance and maximum risk criteria, either based opon the percentage of the opening range size or upon the number of ticks, in order to be valid entries. Some trades disable other trades, and most can only occure after a specific other trade. It should be possible to elige to activate only one or more random trades in this sequence. Each entry is trailed on confirmed mini-trend swings, and is first trailed when the price leaves the opposite side of the range. A confirmed swing is when the current high value is > than the last high swing in a series of high, low, higher high, higher low. (high, low, lower high would not confirm the last low as swing point! the stop would have to stay one low before in the series of highs and lows). You could use the zigzag indicator that comes with the platform, but it needs a modification though. Currently it can't draw a swing high and low on the same candle if the candle establishes a new high and new low swing at the same time.
You can see the required settings and some example screenshots attached.