human element

Please post any questions regarding the program here.

Moderator: 2020vision

Postby Captain Sensible » Thu Feb 16, 2006 1:47 pm

You're welcome glad to have been of help. If you want to add a fourth column to enter BACK or LAY in sheet2 Column D

the trigger code from N5 to N50 just needs to change to



=IF(AND(MINUTE($D$2)<1,O5>0),VLOOKUP(A5,Sheet2!$A$1:$D$100,4,FALSE),"")
User avatar
Captain Sensible
 
Posts: 2883
Joined: Sat Nov 19, 2005 2:29 pm

trigger help thanked

Postby robin09 » Thu Feb 16, 2006 11:38 pm

thanks to all who helped out will try some of this stuff out when have more time.

this looks a very interesting subject because this column is growing fast so shows its what people are lookin for to leave out a lot of the human element and have bets placed or cancelled automatically.......... :P
robin09
 
Posts: 44
Joined: Thu Nov 24, 2005 12:04 pm

Postby Kevsy » Fri Feb 17, 2006 1:57 pm

I was playing with this for quite a bit yesterday but found it a bit inconsistent. I found it sometimes placed the bets and other times simply said pending. At the triggered bet time it would move one by one down the race card saying pending, pending etc then do nothing when it came to the bet it was supposed to make. I tried putting in a bet for every horse in the race and this worked at first (laying most at 1.01 for 2 quid) then after it a while it decided it didn't like this. Sometimes I just got an error message for all. One thing which did work was to delete whatever it said in the bet ref column then it worked fine, but this isn't practical. Worryingly a couple of times I received a bet reference but nothing was actually placed. I am wondering if there something I am missing? The Vlookups are spot on, the triggers are triggering, its just sometimes with effect and sometimes not.
Kevsy
 
Posts: 26
Joined: Tue Feb 14, 2006 2:46 pm

Postby Kevsy » Fri Feb 17, 2006 2:07 pm

Just add I haven't changed the refresh rate or anything like that. Its set at 1.0. Also I have verify bets ticked, this this make a difference? As I said it places bets some of the time without needing to untick that.
Kevsy
 
Posts: 26
Joined: Tue Feb 14, 2006 2:46 pm

Postby Captain Sensible » Sat Feb 18, 2006 12:52 am

might be best starting a separate thread stating exactley what went wrong kevsy. usually the pending comes up when it's placing bets less than £2.00. If you're requesting certain odds 1 miniute before the off those odds might not be reached so the bet might not be matched.

There's so many scenarios that are possible that may be the reason why you're getting errors. You can always add extra criteria to avoid errors such as seeing if a market is in play etc. Without knowing why the errors are occuring there's no way of fixing them.

If you're just laying the field at 1.01 when the market goes in running it's easy enough to write codes to do this
User avatar
Captain Sensible
 
Posts: 2883
Joined: Sat Nov 19, 2005 2:29 pm

Postby andyh » Sun Feb 25, 2007 9:27 pm

Hi, I have been trying to recreate the method detailed in this post but I'm not having great success. I am trying to get the markets to update using quick pick and having my list of horses on sheet 2. What seems to be happening is when the market changes on sheet 1 the formulas that check for my horse and place odds and stake in sheet 1 disappear. Am I doing something wrong as I must admit my knowledge of how and what is happening is rather poor. If anybody can point me in the right direction I would be very grateful.

Thanks

Andy
andyh
 
Posts: 21
Joined: Thu Feb 08, 2007 11:24 am

Postby jokerjoe » Wed May 09, 2007 12:04 pm

Just a little suggestion for autobetting in the minutes before the off, add an hour condition, as I've just discovered to my cost!

=IF(AND(MINUTE($D$2)<1,O5>0),"BACK","")

changes to

=IF(AND(HOUR($D$2)=0,MINUTE($D$2)<1,O5>0),"BACK","")
User avatar
jokerjoe
 
Posts: 122
Joined: Wed May 09, 2007 12:00 pm

Postby jokerjoe » Wed May 09, 2007 3:42 pm

andyh: formulas are probably disappearing due to a change in the program since captain sensible posted the worksheet clearing macro. Range wiped should be changed as highlighted below.

Private Sub Worksheet_Calculate()
Static MyMarket As Variant
Application.EnableEvents = False
Application.Calculation = xlCalculationManual
If [A1].Value = MyMarket Then
GoTo Xit
Else
MyMarket = [A1].Value
Range("T5:U80").Value = ""
End If
Xit:
Application.EnableEvents = True
Application.Calculation = xlCalculationAutomatic
End Sub
User avatar
jokerjoe
 
Posts: 122
Joined: Wed May 09, 2007 12:00 pm

Previous

Return to Help

Who is online

Users browsing this forum: No registered users and 11 guests

Sports betting software from Gruss Software


The strength of Gruss Software is that it’s been designed by one of you, a frustrated sports punter, and then developed by listening to dozens of like-minded enthusiasts.

Gruss is owned and run by brothers Gary and Mark Russell. Gary discovered Betfair in 2004 and soon realised that using bespoke software to place bets was much more efficient than merely placing them through the website.

Gary built his own software and then enhanced its features after trialling it through other Betfair users and reacting to their improvement ideas, something that still happens today.

He started making a small monthly charge so he could work on it full-time and then recruited Mark to help develop the products and Gruss Software was born.

We think it’s the best of its kind and so do a lot of our customers. But you can never stand still in this game and we’ll continue to improve the software if any more great ideas emerge.