by lanips » Sat Jun 16, 2012 12:04 pm
Thanks for your response.
Sorry, a bit misleading as no actual error message, just "egg timing" until each bet has gone up on Betfair.
There are 2 issues.
1) I am trying to place two bets, back and lay, in-play on several markets simultaneously. The For loop I currently use means that each market takes 3-8 seconds to go up before the next market is processed. Is there any way to put up multiple bets at the same time to only have to face one Betfair in-running time delay?
My non COM version seems to allow this but I have to wait for all Backs (or Lays) to go up before placing the Lays (or Backs) as you can only put one command in the trigger cell at a time.
2) The in-play time delay causes the code to egg time. I am trying to give control back to Excel with DoEvents so my prices can decay but with no success.
Thanks again for your response.
Cheers
Max