Moderator: 2020vision
by nhmaster » Wed Apr 23, 2008 2:34 pm
by phrenetic » Wed Apr 23, 2008 8:51 pm
by nhmaster » Thu Apr 24, 2008 8:57 am
by Captain Sensible » Thu Apr 24, 2008 12:41 pm
by Shaun » Tue May 13, 2008 6:03 am
by drewrell » Fri Mar 05, 2010 1:27 pm
Captain Sensible wrote:Heres some code I used once to log the odds prices at various intervals
Private Sub Worksheet_Change(ByVal Target As Range)
lastrow = Target.Rows.Count
If Target.Columns.Count <> 16 Then Exit Sub
Application.EnableEvents = False
If Cells(2, 4) > Cells(4, 35) Then
If Cells(2, 4) < Cells(3, 35) Then
For i = 5 To 35
Cells(i, 30) = Cells(i, 6)
Next i
Else
Cells(1, 31) = "Done 10"
End If
Application.EnableEvents = True
Else
Application.EnableEvents = True
End If
If Target.Columns.Count <> 16 Then Exit Sub
Application.EnableEvents = False
If Cells(2, 4) > Cells(6, 35) Then
If Cells(2, 4) < Cells(5, 35) Then
For i = 5 To 35
Cells(i, 31) = Cells(i, 6)
Next i
Else
Cells(1, 32) = "Waiting to log"
End If
Application.EnableEvents = True
Else
Application.EnableEvents = True
End If
End Sub
Basically you just press Alt + F11 ad paste it into the excel visual basic page.
I'd had it set to have a first logging start time and end time in AI3 and AI4
and the second logging start times in AI5 & AI6
The prices from the available to back column F then get pasted into AD first log and AE respectively. Just play around with it to change the data you want to log i.e. last price matched or lay columns and the columns you want it pasted into remembering Cells(2, 4) refers to D2 i.e first number is row number and second number column letter so Cells(6,35) is AI6 etc
by Captain Sensible » Fri Mar 05, 2010 8:44 pm
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.