Moderator: 2020vision
by dermag » Sat Jan 16, 2016 3:03 pm
by alrodopial » Sun Jan 17, 2016 6:43 pm
by alrodopial » Sun Jan 17, 2016 6:52 pm
by MarkRussell » Mon Jan 18, 2016 12:58 pm
by dermag » Mon Jan 18, 2016 5:25 pm
by MarkRussell » Tue Jan 19, 2016 5:17 pm
by dermag » Tue Jan 19, 2016 6:47 pm
by dermag » Mon Apr 25, 2016 3:40 pm
sports = ba.getSports()
i = 4
For Each sport In sports
If sport.sport = "Soccer - Fixtures" Then
TreeL1 = ba.getevents(sport.SportId) 'TreeL1 is BettingAssistantCom.Application.BfEvent
For Each tree1 In TreeL1 'check each object in the TreeL1, which is days dates, look for requested day
If Trim(tree1.eventname) = todaystr Then
TreeL2 = ba.getevents(tree1.eventid)
For Each tree2 In TreeL2
match = tree2.eventname
TreeL3 = ba.getevents(tree2.eventid)
For Each tree3 In TreeL3
market = tree3.eventname
starttime = Mid(tree3.starttime, 11, 6)
Debug.Print tree3.starttime
If market = "Over/Under 0.5 Goals" Then '"Both teams to Score?" Then
opn = ba.openmarket(tree3.eventid, tree3.exchangeId)
DoEvents
Do
prices = ba.getprices
If Trim(prices(0).marketid) = Trim(tree3.eventid) Then Exit Do 'ERROR HERE, but sorted with error handler
Loop
If prices(0).closed = False Then
Cells(i, 1).Value = starttime
Cells(i, 2).Value = match
Cells(i, 3).Value = prices(0).backodds1 ' 0 is under, 1 is over
Cells(i, 4).Value = prices(1).backodds1 ' 0 is under, 1 is over
Cells(i, 5).Value = prices(0).totalmatched + prices(1).totalmatched
''WANT TO PLACE BET (NOT LAY) HERE IF ODDS ARE TO MY LIKING
i = i + 1
End If
End If
Next
Next
End If
Next
End If
Next
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.