Why would you not `vitualise` prices when calling getMarketBook, a use case

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ~Drive Blind
    Junior Member
    • Mar 2009
    • 9

    #1

    Why would you not `vitualise` prices when calling getMarketBook, a use case

    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.
  • jptrader
    Junior Member
    • Nov 2009
    • 82

    #2
    You are right, API6 does not return virtual bets.

    Comment

    Working...
    X