Moderator: 2020vision
by markg » Wed Feb 24, 2010 8:37 pm
by markg » Wed Feb 24, 2010 8:40 pm
by kiint » Wed Feb 24, 2010 9:29 pm
by markg » Thu Feb 25, 2010 10:25 am
by GaryRussell » Thu Feb 25, 2010 11:56 am
Ah, I've now found the page in the manual with those sorts of commands and I think BACK-PL(insert percentage here)-IPC is what I'm looking for. However I'm unclear on how the % works. The example given in the text is "50% at odds of 3 would put in a bet at odds of 2" - does this mean the odds are a percentage of the tick offset? I.e. 2 x 150% = 3 ? So if I wanted my tickoffset bet to be at half of the odds I'd need to put in 100% as 1.5 x 200% = 3 ?
Also, using the default Place_bets sheet (http://www.gruss-software.co.uk/Betting ... p/help.htm Using excel -> sample sheets) I see I can put in -PL50-IPC in the Trigger modifier section. Is there a simple change I can make so the trigger modifier only affects back bets but leaves my lay bets alone?
=IF(AND(E$2="Not In Play",F$2<>"Suspended"),IF(AA5="BACK",IF(AND(Z5=A5,AG5="N",$AJ$5="Y"),AA5 & AA$2,""),IF(AND(Z5=A5,AF5="N",$AJ$5="Y"),AA5,"")),"")
by markg » Thu Feb 25, 2010 12:14 pm
GaryRussell wrote:Ah, I've now found the page in the manual with those sorts of commands and I think BACK-PL(insert percentage here)-IPC is what I'm looking for. However I'm unclear on how the % works. The example given in the text is "50% at odds of 3 would put in a bet at odds of 2" - does this mean the odds are a percentage of the tick offset? I.e. 2 x 150% = 3 ? So if I wanted my tickoffset bet to be at half of the odds I'd need to put in 100% as 1.5 x 200% = 3 ?
The value you specify for tick offset is the percentage, but it's calculated on fractional odds, not decimal odds. eg. if the back odds are 10.0 with a 50% offset then the lay odds will be 5.5. (5.5 = (9/2)+1)Also, using the default Place_bets sheet (http://www.gruss-software.co.uk/Betting ... p/help.htm Using excel -> sample sheets) I see I can put in -PL50-IPC in the Trigger modifier section. Is there a simple change I can make so the trigger modifier only affects back bets but leaves my lay bets alone?
You could change the formula in the trigger column so it does not append the trigger modifier.
eg. in cell Q5 you could change the formula to read as follows then copy the formula to Q6:Q55
- Code: Select all
=IF(AND(E$2="Not In Play",F$2<>"Suspended"),IF(AA5="BACK",IF(AND(Z5=A5,AG5="N",$AJ$5="Y"),AA5 & AA$2,""),IF(AND(Z5=A5,AF5="N",$AJ$5="Y"),AA5,"")),"")
by GaryRussell » Thu Feb 25, 2010 12:24 pm
OK, so for the percentages if I put in PL70 and I backed at 10 I'd get (9*0.3 + 1) as my lay bet, so 3.7?
Does that code remove trigger modifying completely or just for LAY bets? I want the -PL70-IPC modifier for my BACK bets but not for my LAY bets but that code looks like it just leaves out modifiers all together?
IF(AA5="BACK",IF(AND(Z5=A5,AG5="N",$AJ$5="Y"),AA5 & AA$2,
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.