Moderator: 2020vision
by jayalexander » Sun Nov 28, 2010 2:09 am
by GaryRussell » Sun Nov 28, 2010 9:34 am
by jayalexander » Sun Nov 28, 2010 10:32 am
by jayalexander » Tue Nov 30, 2010 10:42 pm
by GaryRussell » Wed Dec 01, 2010 9:51 am
jayalexander wrote:I have never used Excel as a trigger, so would it mean ensuring that 'tick offset' is checked, along with 'Tick = %' on Bet Assistant and then having the correct trigger on the workbook?
If I can get this working then you'll have one more subscriber
by jayalexander » Wed Dec 01, 2010 8:36 pm
by GaryRussell » Wed Dec 01, 2010 8:54 pm
jayalexander wrote:Ok thanks for your technical assistance.
Just so I can be sure, however, using this trigger will not initiate a back and lay bet, as I only want to lay?
Once again, many thanks.
by jayalexander » Wed Dec 01, 2010 9:11 pm
by GaryRussell » Wed Dec 01, 2010 9:28 pm
by GaryRussell » Wed Dec 01, 2010 9:30 pm
by jayalexander » Thu Dec 02, 2010 12:02 am
by GaryRussell » Thu Dec 02, 2010 9:07 am
Option Explicit
Dim inPlayTime As Date
Dim turnedInPlay As Boolean
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Columns.Count = 16 then
Application.EnableEvents = False
If [E2] = "In Play" Then
If Not turnedInPlay Then
turnedInPlay = True
inPlayTime = Now
End If
[T1] = DateDiff("s", inPlayTime, Now)
Else
turnedInPlay = False
[T1] = 0
End If
Application.EnableEvents = True
End If
End Sub
by jayalexander » Thu Dec 02, 2010 1:51 pm
by GaryRussell » Thu Dec 02, 2010 4:30 pm
jayalexander wrote:I'll give that a try cheers. Can I lay with such a small stake then?
by jayalexander » Thu Dec 02, 2010 11:47 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.