Quick pick list

Please post any questions regarding the program here.

Moderator: 2020vision

Quick pick list

Postby waynethebrayn » Mon Jan 25, 2010 5:21 pm

Hi Gary,

I see that the Virtual Racing is now added to the quick pick list - is there an associated value for the Q2 cell in Excel to automatically update this quick pick list?

While I'm here (and been meaning to ask for a while) is it possible to have an addtional value of 0.5 mins in the Markets > Auto Select Markets > At specific time before off function (and also include this in the Excel > Log multiple sheets quick link function)?

I'm also tempted to look at the Betdaq application, although I've never used their site, could you send me a link for the excel program? Are there any major differences in the way the Betdaq application runs?

Thanks in advance.

Wayne
waynethebrayn
 
Posts: 32
Joined: Fri Feb 23, 2007 6:21 pm
Location: Wales

Postby GaryRussell » Mon Jan 25, 2010 5:53 pm

-3.19 can be used to load the virtual racing.

I'll see what I can do about 0.5 minutes before off, should be a simple addition.

I'll PM you the Betdaq link.
User avatar
GaryRussell
Site Admin
 
Posts: 9872
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby waynethebrayn » Thu Jan 28, 2010 1:13 pm

Gary,

Thanks for your replies.

Sorry to be a pain but I have another query regarding the quick pick list, not sure if it is a bug or if I'm doing something wrong:

I use the Excel > Log multiple sheets quick link sheet to load up separate tabs for horse racing & greyhounds, and then use a bit of VBA code to refresh the quick pick lists for each tab every 3 hours. I then just let my computer run (for days on end sometimes). However there have been occasions where the refresh seems not to have happened on one or more of the tabs.

I think it may be because a previous refresh has cleared the quick pick list completely, leaving no market selected. The reason I think this is because it happens most on Australian greyhounds (which sometimes are added late) and Irish horse racing (which sometimes has gaps of a few days between meetings, particularly with the bad weather lately).

I don't seem to get the problem where future events are added a day or more in advance (e.g UK & RSA racing).

Thanks in advance for your help.
waynethebrayn
 
Posts: 32
Joined: Fri Feb 23, 2007 6:21 pm
Location: Wales

Postby mak » Thu Jan 28, 2010 1:24 pm

waynethebrayn hi
if it is not problem for you can you post the vba code please?

I am trying to do exactly the same thing but I am stuck (see previous post)

Hope you don't mind
thanks
mak
 
Posts: 1086
Joined: Tue Jun 30, 2009 8:17 am

Postby GaryRussell » Thu Jan 28, 2010 1:29 pm

I'm not sure it's because the quick pick list is empty. I did notice recently that the quick pick list has sometimes not loaded when I first open the program and I think it's possibly down to an API error which isn't been handled. I will improve the error handling code in the next release and you can see if the problem still occurs. The next release will be out in the next few days.
User avatar
GaryRussell
Site Admin
 
Posts: 9872
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby mak » Thu Jan 28, 2010 1:52 pm

Gary
yesterday after a format of my laptop I installed only BA & the aplications it needs.I also made one workbook for every market I use (previous they were all in the same workbook)

So today mornig your code worked fine & all my sheets were updated

My problem is with horse markets that they updated during the same day
so now I need a sample that will check if the paricular market is updated

see here http://www.gruss-software.co.uk/forum/v ... php?t=4434

* Also woking fine with firefox...
mak
 
Posts: 1086
Joined: Tue Jun 30, 2009 8:17 am

Postby waynethebrayn » Thu Jan 28, 2010 1:56 pm

Gary - thanks for the reply, I'll continue to monitor.

mak - this is my code:

Public Sub refreshQuickPick()
ThisWorkbook.Worksheets("UK HORSES").Range("Q2").Value = -3.1
ThisWorkbook.Worksheets("IRE HORSES").Range("Q2").Value = -3.3
ThisWorkbook.Worksheets("US HORSES").Range("Q2").Value = -3.5
ThisWorkbook.Worksheets("AUS HORSES").Range("Q2").Value = -3.7
ThisWorkbook.Worksheets("NZ HORSES").Range("Q2").Value = -3.9
ThisWorkbook.Worksheets("RSA HORSES").Range("Q2").Value = -3.11
ThisWorkbook.Worksheets("UK DOGS").Range("Q2").Value = -3.12
ThisWorkbook.Worksheets("AUS DOGS").Range("Q2").Value = -3.13
ThisWorkbook.Worksheets("VIRTUAL").Range("Q2").Value = -3.19

Application.OnTime Now() + TimeValue("03:00:00"), "refreshQuickPick"

ThisWorkbook.Worksheets("STATUS").Range("B4").Value = Format(Now, "dd/mm/yyyy hh:mm:ss")
End Sub

It basically populates the required values to refresh each quick pick list, then runs every 3 hours. The last bit returns the date & time that the code was last run into a different Excel sheet.

I am far from being a VBA expert and learnt the above from a combination of web research, Gary and the other good people on this forum. I'll have a look at your other post and reply to your query there, if I can.
waynethebrayn
 
Posts: 32
Joined: Fri Feb 23, 2007 6:21 pm
Location: Wales

Postby mak » Thu Jan 28, 2010 2:25 pm

I will try this code also later at home, but I will need to populate the -1 trigger also in oredr to move to next market (I can't use any of the prefix in BA interface)

Thanks waynethebrayn
mak
 
Posts: 1086
Joined: Tue Jun 30, 2009 8:17 am

Postby waynethebrayn » Fri Jan 29, 2010 12:13 am

Gary,

Not sure if this is a related problem but when earlier this evening BA/excel seemed to hang, apparently because I wasn't around to acknowledge the error message box that appears because markets didn't load (presumably none were available yet).

Can the message box be turned off or ignored without user intervention?

Cheers,

Wayne
waynethebrayn
 
Posts: 32
Joined: Fri Feb 23, 2007 6:21 pm
Location: Wales

Postby GaryRussell » Fri Jan 29, 2010 6:04 am

I'll look into it.
User avatar
GaryRussell
Site Admin
 
Posts: 9872
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Fri Jan 29, 2010 9:11 am

waynethebrayn wrote:Gary,

Not sure if this is a related problem but when earlier this evening BA/excel seemed to hang, apparently because I wasn't around to acknowledge the error message box that appears because markets didn't load (presumably none were available yet).

Can the message box be turned off or ignored without user intervention?

Cheers,

Wayne

I think it may have been the virtual racing markets that caused this issue if they were not yet available. I will release an update later which does not display a message box.
User avatar
GaryRussell
Site Admin
 
Posts: 9872
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK


Return to Help

Who is online

Users browsing this forum: Google [Bot] and 38 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.