The next update will allow you to use "-3.1t", "-4t" etc. which will only load events from the following day onwards.
Thats great Gary, thanks.
Out of interest how do we know when you do an update?
Moderator: 2020vision
by joe lively » Wed Mar 24, 2010 1:37 pm
The next update will allow you to use "-3.1t", "-4t" etc. which will only load events from the following day onwards.
by GaryRussell » Wed Mar 24, 2010 8:21 pm
by joe lively » Sat Apr 03, 2010 1:00 pm
by GaryRussell » Sat Apr 03, 2010 1:49 pm
joe lively wrote:Hi Gary, the new q2 special triggers are working really well, thanks.
I have another question I wonder if you can help with.
Currently I can use -3.1t to load any new markets for the following day, I can then cycle though the list using -1. Once at the end of the list I would like I would like to us -3.1t again to load any new markes (as you know betfair don't open all the next days markets at the same time) then start again.
Do you have any suggestions as to how I can detect the last event in the current list?
Thanks again.
by joe lively » Sat Apr 03, 2010 2:20 pm
by Fixador » Sun Apr 04, 2010 1:43 pm
mytime1 = CStr(sht.Cells(3, 2))
Application.OnTime TimeValue(mytime1), "my_startP2"
Sub my_startP2()
Dim sht As Worksheet, mytime1 As Date
Set sht = ThisWorkbook.Worksheets(1)
If IsEmpty(sht.Cells(10, 1)) = True Then
sht.Cells(11, 17) = -3.1 'load todays quickpick list
Application.OnTime Now + TimeValue("00:00:30"), "my_FirstRaceP2"
'what if called this sub again from here ?
Application.OnTime Now + TimeValue("00:01:00"), "my_startP2"
End If
End Sub
Sub my_FirstRaceP2()
If IsEmpty(ThisWorkbook.Worksheets(1).Cells(10, 1)) = True Then
ThisWorkbook.Worksheets(1).Cells(11, 17) = -5 ' select first race in quickpick listt
ThisWorkbook.Worksheets(1).Cells(3, 22) = 1
End If
End Sub
by Fixador » Sun Apr 04, 2010 4:27 pm
by GaryRussell » Sun Apr 04, 2010 5:16 pm
Fixador wrote:Gary
- muppet here : if i use “Quick pick reload triggers select first market” AND my code - then one way or another I'm going to get the first market loaded - elegantly !
As regards 'reliability' to date : ( for ver 1.1.0.66 series) bit of a guesstimate ...... 5 workbooks/day - 1 workbook missed every other day/ or every 3rd day .... so, i think that makes it 90%- 95% reliable
by Fixador » Sun Apr 04, 2010 7:59 pm
by GaryRussell » Mon Apr 05, 2010 9:07 am
Fixador wrote:All are to same instance of BA
Only one instance of BA on pc
6 instances of Excel - but only 4 using reload trigger ( sorry cant count ):-
(1) default has been : 2 x 1230, 2 x 1255
reload trigger has 'missed' on one instance of the 2 x 1255, but usually it is one of the 2 x 1230 ( never both )
(2) modified 3 days ago to : 1 x 1225, 1 x 1230, 2 x 1255
reload trigger has 'missed' on the 1 x 1225 on one occassion
by Fixador » Mon Apr 05, 2010 12:45 pm
by Fixador » Mon Apr 19, 2010 11:07 am
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.