it 'close :sell_aud positions if the spread is lower than sd' do
      expect(@broker).to receive(:buy).with(:AUDJPY, 5000).exactly(6).times
      expect(@broker).to receive(:sell).with(:NZDJPY, 5000).exactly(6).times

      sell_aud = create_sell_aud_position(1)