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