Scumbag was asking how to make a simple bot to lay bets a certain amount of ticks off the pace using *****. I said I'd do a simple tutorial to show how it can be done.
Remember this is a very basic program just to show some of the excel/***** features rather than a usable bot so don't go placing bets you dont want to. My knowledge of VBA and excel is quite limited but hopefully it should show people a little knowledge can go a long way. Also alot of the ways I approach ***** and excel may be different to others with regard to referencing cells etc so be aware this is not a master class just my way of approaching excel betting.
OK we now need to start logging the market to an excel sheet to see all the info available to us.
Start excel and create a new sheet and save it as tickbot A10
***** allows us to start logging the market info at any starting cell we want to , the default value is A1, I usually use A10 as that allows me to place any variables I may want to change (stakes etc) in the cells from A1 -A9 and ensures they're not overwritten on each refresh and on view for easy changes. The A10 in the name is just there as a reminder so I dont start logging to A1 and overwrite all my hard work.
We now need to get ***** to talk to excel and start logging all the market data we need, this couldn't be simpler and is just a case of load up any betting market in *****, clicking the excel tab at the top of ***** , select our excel sheet from the workbook name change the top left hand cell to A10 from the default A1 and press OK.
Ok we should now have our market into excel
We can now go back to ***** and click the excel tab again and untick log current prices as we've all the info we need to start and no need to carry on logging for now
Remember this is a very basic program just to show some of the excel/***** features rather than a usable bot so don't go placing bets you dont want to. My knowledge of VBA and excel is quite limited but hopefully it should show people a little knowledge can go a long way. Also alot of the ways I approach ***** and excel may be different to others with regard to referencing cells etc so be aware this is not a master class just my way of approaching excel betting.
OK we now need to start logging the market to an excel sheet to see all the info available to us.
Start excel and create a new sheet and save it as tickbot A10
***** allows us to start logging the market info at any starting cell we want to , the default value is A1, I usually use A10 as that allows me to place any variables I may want to change (stakes etc) in the cells from A1 -A9 and ensures they're not overwritten on each refresh and on view for easy changes. The A10 in the name is just there as a reminder so I dont start logging to A1 and overwrite all my hard work.
We now need to get ***** to talk to excel and start logging all the market data we need, this couldn't be simpler and is just a case of load up any betting market in *****, clicking the excel tab at the top of ***** , select our excel sheet from the workbook name change the top left hand cell to A10 from the default A1 and press OK.
Ok we should now have our market into excel
We can now go back to ***** and click the excel tab again and untick log current prices as we've all the info we need to start and no need to carry on logging for now
Comment