One click trading - free program coming soon

Contains all messages from 'One click trading - free program coming soon' thread on Betfair's General Betting forum. Archived on 19/11/2005.

Moderator: 2020vision

Postby GaryRussell » Thu Nov 17, 2005 4:48 pm

Originally posted by: Toma
Cheers Ian let you know how I get on
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 4:53 pm

Originally posted by: Toma
IanP that is brilliant mate, cant thank you enough.....Promise I will listen in class more often!!

Fantastic thanks again!
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 6:43 pm

Originally posted by: Toma
IanP, dunno if it is possible and if it is to much trouble don't worry about it but.......is it possible to remove the previous off time when the next event is loaded?

It doesn't cause me a problem as it is < than the current time and won't trigger my bet it is just a cosmetic change thats all.

If possible then great if to much grief then no problem and once again thanks for your fantastic help!!!
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 6:44 pm

Originally posted by: treider
Can anyone tell me what does the WOM column means? Thanks in advance, and congratulations layit.
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 7:15 pm

Originally posted by: IanP
Toma ... havn't been able to test this properly as I can't see anything going in-running just now. But it does clear N1 on change of market.

Private Sub Worksheet_Calculate()
Static MyInPlay As Variant
Static MyMarket As Variant
Application.EnableEvents = False
Application.Calculation = xlCalculationManual
If [E2].Value = MyInPlay Then
GoTo Xit1
Else
If [E2].Value = "In Play" Then
[N1].Value = [C2].Value
End If
MyInPlay = [E2].Value
End If
Xit1:
If [A1].Value = MyMarket Then
GoTo Xit2
Else
[N1].Value = ""
MyMarket = [A1].Value
End If
Xit2:
Application.EnableEvents = True
Application.Calculation = xlCalculationAutomatic
End Sub

BTW anyone know if its possible to post so that the leading blanks are not nulled.
The coding isn't as untidy as it appears - honest !!
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 7:35 pm

Originally posted by: RD
Gary, would it be within the realms of possibility to use the program to place multiple bets (doubles, trebles, accas, not necessarily but maybe lucky15s and stuff like that) across different markets?
Could something like that be a similar facility to your 'quick pick', instead using individual selections?
Such an innovation would be fantastic.
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 7:38 pm

Originally posted by: chuffmagarley
Ian cp ,hi we've spoke on the aus stuff many moons ago ( about a visa and your stress free life!!)

would it be possible for you to send me a screen shot of how an excel sheet would look like for setting up laythefield at short odds,that would be submitted after the off ?? A big ask I know,if you are to bust or cant no worries

sodium@shinyfeet.c o m
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 7:39 pm

Originally posted by: chuffmagarley
bust = busy!!
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 7:45 pm

Originally posted by: G-Factor
Thunderfoot,

I'm not sure how a screenshot would help, but you can see for yourself.

Make sure you are NOT logged in, then just put a stake and odds in columns O and P, then type either "BACK" or "LAY" in column N on the same row.

It will then try to place a bet but come back with an error.

Or....... you could be logged in and request a bet that will not be taken, ie. a back at 100 for £2 on a favourite. You will then get a bet reference and zero's in the 2 end columns.

You could then type "CANCEL" in column N and watch your bet get automatically cancelled


Mikeyboymike,

I thought I read that the CANCEL trigger cancelled a bet tho I could be wrong. I thought CLEAR just cleared the bet refs.

I'm off out in a minute, but you could try what I've written above to see what it does.
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 7:47 pm

Originally posted by: G-Factor
Hi LayIt,

Is it possible when the 'send to Excel' box comes up, for it to ignore hidden workbooks?

It's only a couple of mouse clicks for me, but sooner or later I'm bound to start sending info to my PERSONAL.XLS book, which I'd rather not do.
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 7:50 pm

Originally posted by: IanP
Chuff .. I havn't actually got a spreadsheet that does that .. I was just showing Toma how to capture the Off Time .. I don't actually play in running unless its to get out of the sh1t !!
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 7:53 pm

Originally posted by: G-Factor
chuff,

rather than try to capture the 'off' time, you could check that E2 is "In Play", and F2 is not "Suspended".

Unless I'm missing something I think that would have the same effect.
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 7:57 pm

Originally posted by: IanP
G-Factor ... that would work to place a bet immediately but Toma wanted to delay it for 20 secs.
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 8:07 pm

Originally posted by: G-Factor
Not that I need to I suppose, but I don't understand why 20 seconds?
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby GaryRussell » Thu Nov 17, 2005 8:13 pm

Originally posted by: G-Factor
IanP, I've just re-read it and noticed you were replying to Toma, not chuffmagarley, sorry
User avatar
GaryRussell
Site Admin
 
Posts: 9695
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

PreviousNext

Return to Betfair General Betting Thread Archive

Who is online

Users browsing this forum: No registered users and 8 guests

Sports betting software from Gruss Software


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.