Price range ea Settings Bar count = Range in pip = Reverse trade = Take profit = Stop loss = Trailing stop = Money management = Magic number = ---- Works as following when ea attached to the chart, checks bar count number. Ea checks last closed bars high and low, and the first closed bars high and low. Last closed bar = bar before ea attached to the chart. First closed bar = bar attached to the chart - bar count. If last closed bar high is > first closed bar high, means buy, if last closed bar high - first closed bar low exceeds Range in pip value. If last closed bar low is < first closed bar low means sell, if last closed buy low -first closed bar high exceeds Range in pip value. Only one trader per direction allowed. Happy bidding.