I'm a professional programmer, let's make a system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HUY
    SBR Sharp
    • 04-29-09
    • 253

    #1
    I'm a professional programmer, let's make a system
    I'm a professional programmer with 15 years experience working in Python.

    I have made many sports models in the past. Some models were pretty good but none was better than the market.

    I can help you build your model, free of charge if I can learn something out of it.

    Hit me up.
  • SsgKen
    SBR Sharp
    • 06-23-18
    • 452

    #2
    I know old coding like COBOL. I read about a teenager last year that used a TI programmable pocket calculator to write a model that predicted to World series winner but it was only +400 to tie up your money April to the Series,
    Comment
    • danwinkler
      SBR Sharp
      • 05-22-18
      • 461

      #3
      Originally posted by HUY
      I'm a professional programmer with 15 years experience working in Python.

      I have made many sports models in the past. Some models were pretty good but none was better than the market.

      I can help you build your model, free of charge if I can learn something out of it.

      Hit me up.
      Is there a way to write a program that will check email from a specific sender and then bet the picks in that email in your betting account? I hear about bots and stuff, so wondering if such program exists or possible to create. I used to follow a good service called "bettingresource" but I couldn't follow their picks regularly because of my business travels to various time zones. Would be great if there is a program that i can set to catch their picks email and then bet the picks in my betting account.
      Comment
      • danshan11
        SBR MVP
        • 07-08-17
        • 4101

        #4
        smartbet.io have them signup
        Comment
        • BTBFFF
          SBR High Roller
          • 07-01-15
          • 182

          #5
          Huy,

          Send me an email. I have a great idea with data points already collected. Have spent hours manually inputting and need to automate the process.

          andrew
          btbfff@gmail.com
          Comment
          • SsgKen
            SBR Sharp
            • 06-23-18
            • 452

            #6
            Originally posted by danwinkler
            Is there a way to write a program that will check email from a specific sender and then bet the picks in that email in your betting account? I hear about bots and stuff, so wondering if such a program exists or possible to create. I used to follow a good service called "bettingresource" but I couldn't follow their picks regularly because of my business travels to various time zones. Would be great if there is a program that I can set to catch their picks email and then bet the picks in my betting account.
            The sportsbooks pretty much say that there are gaming bots that play the table games for you because they may have a 35X rollover. In the late 1990's I had a pocket calculator type thing that you could program various blackjack models with your own variations like; only split a pair of 7's vs house 3 if the count was better than [then you put in what variables you wanted]. If that was around in 1997, think of what must be out there now.
            Comment
            • bozeman
              SBR MVP
              • 11-11-09
              • 2162

              #7
              Originally posted by HUY
              I'm a professional programmer with 15 years experience working in Python.

              I have made many sports models in the past. Some models were pretty good but none was better than the market.

              I can help you build your model, free of charge if I can learn something out of it.

              Hit me up.
              hey huy, lets chat, I have an offer
              Comment
              • Chipup
                SBR MVP
                • 07-24-13
                • 1435

                #8
                xxx
                Comment
                • nash13
                  SBR MVP
                  • 01-21-14
                  • 1122

                  #9
                  i have a good system for CBB, CFL and Tennis. If you like to chat, feel free to write me a msg
                  Comment
                  • Optional
                    Administrator
                    • 06-10-10
                    • 61390

                    #10
                    Originally posted by danwinkler
                    Is there a way to write a program that will check email from a specific sender and then bet the picks in that email in your betting account? I hear about bots and stuff, so wondering if such program exists or possible to create. I used to follow a good service called "bettingresource" but I couldn't follow their picks regularly because of my business travels to various time zones. Would be great if there is a program that i can set to catch their picks email and then bet the picks in my betting account.
                    You could. But if you dont have control over the input data (emails) it would become too much work to decipher reliably enough to auto bet from. Easier to pay someone to enter the picks into your program.

                    And you could only auto-bet at places that offer an API allowing it. Pinnacle, Betfair and a few others.
                    .
                    Comment
                    • SportsbetTracker
                      SBR Rookie
                      • 04-30-10
                      • 26

                      #11
                      Originally posted by danwinkler
                      Is there a way to write a program that will check email from a specific sender and then bet the picks in that email in your betting account? I hear about bots and stuff, so wondering if such program exists or possible to create. I used to follow a good service called "bettingresource" but I couldn't follow their picks regularly because of my business travels to various time zones. Would be great if there is a program that i can set to catch their picks email and then bet the picks in my betting account.
                      It should be possible if there are some caveats:

                      1. The email text should be able to be programmatically accessed / read. If this is possible, then the logic to extract the bet's details: team, event, event date, and odds can be created. This is actually the easy part.

                      2. The website is programmatically brought up.

                      3. Most sites use a form of Ajax and other high-security programming hooks that make interacting with it programmatically difficult at best; certainly nothing I would risk with actual finances. Therefore, a method of heuristically navigating and interacting with the controls (text boxes, drop-down boxes, radio and check boxes),
                      needs to be developed. Heuristics, in this sense, is a method in which emulates human entry by moving mouse pointers, clicks, entering text, etc.

                      4. If the heuristic method is viable, then the next step is to compare email betting odds with the current betting site odds. For instance, you may get odds in an email that need to be acted in a timely manner, typically before the odds shorten or lengthen in a negative manner. If too much time has passed, the favorable odds you were sent in the email will not match the adjusted odds on the website. In this manner, the logic could be instructed to either ignore the changes if there is a difference, or to put in a "buffer" to allow for small changes, say half a point.

                      5. The next step would be for the program to enter the information and make the bet, going in logical order, changing pages, and heuristically pushing buttons, confirmation buttons, etc. Optionally, the program would then email you with the details of this heuristically-entered bet, including obtaining the actual odds bet.

                      In my opinion, even as a mid-level, non-industrial grade programmer I would not recommend this automation. I have actually considered it even back in the relatively easier HTML-loading days (8 years ago) when I had my Excel sheet betting system going. (The sheet automatically created bet amounts based upon a bankroll, previous bet results, and bet strengths.)

                      Having said all that, I *believe* (without duckduckgoing) that there are services available that can make bets for you when you authorize them with your financial information and betting orders. For instance, you can cc your emails from the betting handicapper and they would make the bet for you within minutes of receiving the email. The advantage to such a service is that one can use several different betting sites and get the best odds. (I don't know the legality of betting sites themselves offering that service, but it would seem to be a good marketing angle if they did.)
                      Comment
                      • Roscoe_Word
                        SBR MVP
                        • 02-28-12
                        • 3999

                        #12
                        Any idea how to assinge a variable (VBA) the average of the last 15 cells in a column?

                        Last15 = ' the average of the last 15 cells in, lets say, column C.
                        Comment
                        • Waterstpub87
                          SBR MVP
                          • 09-09-09
                          • 4102

                          #13
                          Originally posted by Roscoe_Word
                          Any idea how to assinge a variable (VBA) the average of the last 15 cells in a column?

                          Last15 = ' the average of the last 15 cells in, lets say, column C.
                          Sub last15()

                          Dim lastnumber as integer
                          Lastnumber= application.worksheetfunction.count(work sheets("sheet1").range("a:a"))

                          Dim last15average as integer

                          Last15average= application.worksheetfunction.average(ra nge(cells(lastnumber - 14, 1), cells(lastnumber,1)))

                          Msgbox (last15average)

                          End sub

                          Typing on a phone so I might have missed something somewhere. This looks at column a and gives the average of the last 15 number
                          Comment
                          • Roscoe_Word
                            SBR MVP
                            • 02-28-12
                            • 3999

                            #14
                            Originally posted by Waterstpub87
                            Sub last15()

                            Dim lastnumber as integer
                            Lastnumber= application.worksheetfunction.count(work sheets("sheet1").range("a:a"))

                            Dim last15average as integer

                            Last15average= application.worksheetfunction.average(ra nge(cells(lastnumber - 14, 1), cells(lastnumber,1)))

                            Msgbox (last15average)

                            End sub

                            Typing on a phone so I might have missed something somewhere. This looks at column a and gives the average of the last 15 number
                            Thanks very much for that, Water.

                            This line of code:

                            Last15average= application.worksheetfunction.average(ra nge(cells(lastnumber - 14, 1), cells(lastnumber,1)))
                            stops the program with a "run time error 6...overflow" message
                            Comment
                            • Waterstpub87
                              SBR MVP
                              • 09-09-09
                              • 4102

                              #15
                              Is it all on one line?

                              Will check when I get home.
                              Comment
                              • Roscoe_Word
                                SBR MVP
                                • 02-28-12
                                • 3999

                                #16
                                Originally posted by Waterstpub87
                                Is it all on one line?

                                Will check when I get home.
                                Yep..on 1 line

                                Thanks for the help!
                                Comment
                                • Waterstpub87
                                  SBR MVP
                                  • 09-09-09
                                  • 4102

                                  #17
                                  Originally posted by Roscoe_Word
                                  Yep..on 1 line

                                  Thanks for the help!
                                  You are using column a on a sheet called sheet1?
                                  Comment
                                  • Roscoe_Word
                                    SBR MVP
                                    • 02-28-12
                                    • 3999

                                    #18
                                    Here's the small program:

                                    Sub Last15()

                                    Dim LastNumber As Integer
                                    Dim Last15Average As Integer

                                    TopTeam = InputBox("enter top team")

                                    TopTeamFile2 = "C:\Users\Glenn\desktop" & TopTeam & ".xlsx"

                                    Workbooks.Open Filename:=TopTeamFile2

                                    LastNumber = Application.WorksheetFunction.Count(Work sheets("sheet1").Range("b:b"))

                                    Last15Average = Application.WorksheetFunction.Average(Ra nge(Cells(LastNumber - 14, 1), Cells(LastNumber, 1)))

                                    MsgBox (Last15Average)

                                    End Sub

                                    I'm using Column B.

                                    Don't know how to attach my excel file..sorry.


































































































































































































































                                    Comment
                                    • Waterstpub87
                                      SBR MVP
                                      • 09-09-09
                                      • 4102

                                      #19
                                      My phone apparently put a space in between "worksheets" and "Range"

                                      should read

                                      Lastnumber= application.worksheetfunction.count(work sheets("sheet1").range("a:a"))

                                      Last15average= application.worksheetfunction.average(ra nge(cells(lastnumber - 14, 1), cells(lastnumber,1)))

                                      Also, do your workbooks open to "sheet1"

                                      You might add Sheets("Sheet1").select if this the case
                                      Last edited by Waterstpub87; 10-23-18, 07:21 PM.
                                      Comment
                                      • Roscoe_Word
                                        SBR MVP
                                        • 02-28-12
                                        • 3999

                                        #20
                                        Originally posted by Waterstpub87
                                        My phone apparently put a space in between "worksheets" and "Range"

                                        should read

                                        Lastnumber= application.worksheetfunction.count(work sheets("sheet1").range("a:a"))

                                        Last15average= application.worksheetfunction.average(ra nge(cells(lastnumber - 14, 1), cells(lastnumber,1)))

                                        Also, do your workbooks open to "sheet1"

                                        You might add Sheets("Sheet1").select if this the case
                                        Ahh...just can't get it. Never mind, my friend. Thanks much for the help. Win many bets, brother!
                                        Comment
                                        • Roscoe_Word
                                          SBR MVP
                                          • 02-28-12
                                          • 3999

                                          #21
                                          Water, I got it to work....thanks for the help.

                                          Huy, sorry for hijacking your thread. I should have started a new one.
                                          Comment
                                          • Waterstpub87
                                            SBR MVP
                                            • 09-09-09
                                            • 4102

                                            #22
                                            Originally posted by Roscoe_Word
                                            Water, I got it to work....thanks for the help.

                                            Huy, sorry for hijacking your thread. I should have started a new one.
                                            Glad to hear it. Good luck with everything.
                                            Comment
                                            SBR Contests
                                            Collapse
                                            Top-Rated US Sportsbooks
                                            Collapse
                                            Working...