it 'open :sell_aud position if the spread is higher than sd' do
      broker = double('mock broker')
      expect(broker).to receive(:sell)
        .with(:AUDJPY, 100)
        .exactly(3).times