

How very interesting My back bets profit twice as much as lay bets -over 250 trades only though..hopefully that continues..back bets only return 2.5% on turnover but is interesting
OK, I haven't read the full thread so not sure if you are backing first...either-way, you may want to look at how you place your lay bets...One thing you can do via excel is create a way if scenario; you can calculate what would have happened if you had placed the lay bets at one tick lower, two ticks lower etc and define at what point you would have made a profit...this is a good yard stick
IMO, Betfair are just greedy b*stards! I mean, they are GUARANTEED a winner/profit on EVERY trade aren't they? I wish there were many more trading platforms 'out there' so that Betfair's virtual Monopoly could be reigned in! Any chance, Peter?
Not tried switching cross matching off yet but will try that. (All the trades are pre-off btw) I made a nice little profit last night over 68 markets, partially due to a green up not happening fast enough on 1 race (glitch in my timing that I have only seen fail this once) but it still did well enough/made more on the trading alone which is great. I am trying to get my head around how I can going to find the time to analyse the data properly but have a few ideas (adding yours ). There is a lot of info there, that's for sure. Fun timesPeterLe wrote: ↑Thu Oct 18, 2018 9:57 pm
OK, I haven't read the full thread so not sure if you are backing first...either-way, you may want to look at how you place your lay bets...One thing you can do via excel is create a way if scenario; you can calculate what would have happened if you had placed the lay bets at one tick lower, two ticks lower etc and define at what point you would have made a profit...this is a good yard stick
If over a long period (250 is no where near enough), you find that the back bets are much more in profit than the lays, you can drop the lays and just have the backs going forward. You will have much longer periods of losing bets (as you are not greening up) but over time it will maximise your profits
(also when you have enough of your own data, you can then look at other possibilities...ie what would have happened if you had backed all the lays etc)
Im keen to know if you tried switching cross matching off too. (it will be less apparent pre off than in play, but over time will make a difference)
Regards
Peter
jimibt wrote: ↑Tue Nov 13, 2018 11:07 ammcgoo - one thing that i pulled my hair out for a while over was the fact that if you have a lot of logging going on, after a while BA slows up considerably!! i think that every time a new log entry is written, it takes the entire previous chunk back up into memory. thus, if you have a large logfile, over many days, then it grinds to a halt. two ways to mitigate this:
1. switch off logging (on signals and stored values) once in production
2. clear the log entry (from the main Guardian screen)
these two steps sorted out what sounds like a similar issue.
May be relevant to your situation (or not!) - using RDP and I always see stuff like that on VPS when my local internet connection gets a bit sick.
Depending if you need historical info for your rules you could shorten the number of historical data points captured by BA, by default it stores the last 7200 data points for each selection of each market, this isn't in the main options but if you PM me I'll let you know how to change itmcgoo wrote: ↑Tue Nov 13, 2018 10:54 amRemoving the automation file/rules from the race immediately shows results in terms of the clock resumes normal countdown..re-applying the rules file causes the issue again. I suppose this would make sense in terms of a complex bot causing performance issues except that the VPS doesn't appear to be struggling for resources. I have 149 markets added to Guardian with the bot applied to all of them but restrict refresh is on as I said. I don't recall this being an issue with previous versions of BA but could be wrong there.
That seemed to solve it.Thanks again Jimibtmcgoo wrote: ↑Tue Nov 13, 2018 11:16 amjimibt wrote: ↑Tue Nov 13, 2018 11:07 ammcgoo - one thing that i pulled my hair out for a while over was the fact that if you have a lot of logging going on, after a while BA slows up considerably!! i think that every time a new log entry is written, it takes the entire previous chunk back up into memory. thus, if you have a large logfile, over many days, then it grinds to a halt. two ways to mitigate this:
1. switch off logging (on signals and stored values) once in production
2. clear the log entry (from the main Guardian screen)
these two steps sorted out what sounds like a similar issue.
Thanks Jimibt. I'll try those.Cheers-I did use a lot of logging to troubleshoot.I'll let you know
PS: VPS is doing updates....might be tomorrow but thanks again
thanks Dallas. I seem to be ok for now but good to know.CheersDallas wrote: ↑Tue Nov 13, 2018 12:03 pmDepending if you need historical info for your rules you could shorten the number of historical data points captured by BA, by default it stores the last 7200 data points for each selection of each market, this isn't in the main options but if you PM me I'll let you know how to change itmcgoo wrote: ↑Tue Nov 13, 2018 10:54 amRemoving the automation file/rules from the race immediately shows results in terms of the clock resumes normal countdown..re-applying the rules file causes the issue again. I suppose this would make sense in terms of a complex bot causing performance issues except that the VPS doesn't appear to be struggling for resources. I have 149 markets added to Guardian with the bot applied to all of them but restrict refresh is on as I said. I don't recall this being an issue with previous versions of BA but could be wrong there.
Wish I could code like thatpoklius wrote: ↑Tue Nov 13, 2018 12:27 pmI run my own horse racing python bot on 1CPU, 1GB RAM, 18 strategies, quite a lot of complex calculations, moving averages, sorting, searching, loging, saving raw json data to files etc. And even at peak times bot is at 20-30% of resources. 4CPU's for a simple bot is ridiculous..