Hi,
I'm thinking about writing a bot for Betfair and was wondering what kind of things might work..
I've got an idea for a trading model which would look something like the following for Horse Racing:
>> Place early bets in the queue a few ticks either side of the traded price.
>> Wait for the price to 'steadily' move towards my bets and wait for them to be taken.
>> Once taken immediately place a bet on the other side to 'scalp' the tick difference.
>> Whilst the open bet is waiting to be matched the model inputs a load of recorded data (fill rate, prices, weighted averages, volume etc.) into an SVM to determine if the price is more likely to stay/move in a favorable direction; or more likely to move against me.
>> If it's the former then keep the bet open, however if not then scratch the bet and continue the cycle until another bet is matched..
This calculation is run every 200ms whilst waiting for the next req/response from Betfair and would probably only really work in the 5 mins or so before the start of the race.
Obviously this is massively simplistic but was just wondering if this is the sort of thing that could work?
Thanks
David
I'm thinking about writing a bot for Betfair and was wondering what kind of things might work..
I've got an idea for a trading model which would look something like the following for Horse Racing:
>> Place early bets in the queue a few ticks either side of the traded price.
>> Wait for the price to 'steadily' move towards my bets and wait for them to be taken.
>> Once taken immediately place a bet on the other side to 'scalp' the tick difference.
>> Whilst the open bet is waiting to be matched the model inputs a load of recorded data (fill rate, prices, weighted averages, volume etc.) into an SVM to determine if the price is more likely to stay/move in a favorable direction; or more likely to move against me.
>> If it's the former then keep the bet open, however if not then scratch the bet and continue the cycle until another bet is matched..
This calculation is run every 200ms whilst waiting for the next req/response from Betfair and would probably only really work in the 5 mins or so before the start of the race.
Obviously this is massively simplistic but was just wondering if this is the sort of thing that could work?
Thanks
David


Comment