Moderator: 2020vision
by brumbie » Sun Jun 16, 2019 2:51 pm
by posimmo » Sun Jun 16, 2019 2:56 pm
brumbie wrote:gee you've sobered me up on fathers day..lol.
by MollyMoo » Sun Jun 16, 2019 3:10 pm
=IF($A5 <> "",IF(AND($AD$5<=3, $Q5 = "BACK-T5"),"CLOSEC",IF(AND($Q5 = "", $AD$5 <= 5), "BACK-T5", "")), "")
by brumbie » Sun Jun 16, 2019 3:15 pm
by MollyMoo » Sun Jun 16, 2019 3:20 pm
MollyMoo wrote:Yes, CLOSEC cancels any unmatched bets on the selection before greening up, CLOSE doesn't cancel any unmatched bets and just greens up.
You could use the following formula in your Trigger cells:
- Code: Select all
=IF($A5 <> "",IF(AND($AD$5<=3, $Q5 = "BACK-T5"),"CLOSEC",IF(AND($Q5 = "", $AD$5 <= 5), "BACK-T5", "")), "")
Place this in cell Q5 then drag and copy the formula down column Q to copy to all trigger cells.
What this does is to check there is a runner in column A on the same row as the formula. If so, it checks if the timer in cell AD5 has reached 3 seconds, that the BACK trigger has already been sent and that the CLOSEC trigger hasn't already been sent. If that's the case, then it sends the CLOSEC command. Otherwise it checks if the timer has reached 5 seconds and the BACK trigger hasn't yet been sent. If so, it issues the BACK-T5 command.
Obviously, you can change the values of cell AD5 to check to suit your own needs. Just test that formula with small stakes initially to make sure I've written it correctly!!
=IF($A5 <> "",IF(AND($Q$1 < 4, $Q5 = "BACK-T5"),"CLOSEC", IF(AND($Q5 = "", $AD$5 = 3), "BACK-T5", "")), "")
by brumbie » Sun Jun 16, 2019 3:29 pm
by posimmo » Sun Jun 16, 2019 3:43 pm
by MollyMoo » Sun Jun 16, 2019 7:19 pm
brumbie wrote:Wow, you just have to ask the cell T5 if its populated...why the fuss?
by brumbie » Sun Jun 16, 2019 9:57 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.