MARKET_SUSPENDED - Placing bets directly after the start
Just so you're clear. Just because a market is 'In-Play' it doesnt mean it cant be in a 'Suspended' state.
You need to check for the in play flag to become true and then either wait a few seconds or keep checking the suspended flag (with say a 1 second pause between each loop) until suspended is no longer true.
You need to check for the in play flag to become true and then either wait a few seconds or keep checking the suspended flag (with say a 1 second pause between each loop) until suspended is no longer true.
Ok thanks for that. The formula im using is
=IF(AND(C4>4,G1="in-play",K2>2),"BACK","")
So C4 is amount of runners
G1 obviously In-play
K2 is just a Min price/
Can you advise where i have gone wrong here? as im unsure how to pause this process for a few seconds. Also
i only want the bets to go in once is there any need for a loop?
Thanks in advance for any help
=IF(AND(C4>4,G1="in-play",K2>2),"BACK","")
So C4 is amount of runners
G1 obviously In-play
K2 is just a Min price/
Can you advise where i have gone wrong here? as im unsure how to pause this process for a few seconds. Also
i only want the bets to go in once is there any need for a loop?
Thanks in advance for any help