Moderator: 2020vision
by StuT » Mon Jan 04, 2016 10:56 am
by Captain Sensible » Mon Jan 04, 2016 1:14 pm
Private Sub Worksheet_Calculate()
Static MyMarket As Variant
Application.EnableEvents = False
Application.Calculation = xlCalculationManual
If [A1].Value = MyMarket Then
GoTo Xit
Else
MyMarket = [A1].Value
Range(Cells(5, 17), Cells(100, 20)).Value = ""
End If
Xit:
Application.EnableEvents = True
Application.Calculation = xlCalculationAutomatic
End Sub
by StuT » Mon Jan 04, 2016 1:34 pm
by Captain Sensible » Mon Jan 04, 2016 1:44 pm
by Captain Sensible » Mon Jan 04, 2016 1:49 pm
by Captain Sensible » Mon Jan 04, 2016 1:54 pm
by StuT » Mon Jan 04, 2016 2:46 pm
by Captain Sensible » Mon Jan 04, 2016 3:11 pm
StuT wrote:Using the Auto Select Features is it impossible to place a bet at the scheduled start time (D2=0 ish) and let AutoSelect move to the next market.
How close can I get, is it 6 secs as you previously said?
by StuT » Mon Jan 04, 2016 3:30 pm
by Captain Sensible » Mon Jan 04, 2016 3:46 pm
If [A1].Value = MyMarket Then
'your betting code goes here as we've set up the market
Else
MyMarket = [A1].Value
Range(Cells(5, 17), Cells(100, 20)).Value = ""
End If
If [A1].Value = MyMarket Then
GoTo Xit
Else
MyMarket = [A1].Value
Range(Cells(5, 17), Cells(100, 20)).Value = ""
End If
Xit:
'Your code now goes here after the market setup has run or then routine has sent us here
by StuT » Mon Jan 04, 2016 3:55 pm
by Captain Sensible » Mon Jan 04, 2016 4:11 pm
by StuT » Mon Jan 04, 2016 4:15 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.