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

      buy_aud = create_buy_aud_position(-1)