I'm currently migrating my bot from API6 to API-NG. I am seeing behavioural differences when my bot is running, which results in less profit!
The code outside of calling Betfair is the same. The only dfference I can see is that I am setting the virtualise property to true when calling getMarketBook. Am I correct in thinking that API6 calls do not return virtual bets ?
If so, I'll probably start calling the web method with `false`. Interesting how something like this can have a dramatic effect on how your program runs.
The code outside of calling Betfair is the same. The only dfference I can see is that I am setting the virtualise property to true when calling getMarketBook. Am I correct in thinking that API6 calls do not return virtual bets ?
If so, I'll probably start calling the web method with `false`. Interesting how something like this can have a dramatic effect on how your program runs.


Comment