With an automation rules file, I am placing a lay bet below the current market. So, the bet is unmatched when it reaches the market. I also want to offset this bet by a few ticks but only when the first bet gets matched.
Currently when I do this the first lay bet goes in unmatched as expected. However the offset back bet triggers straight away at the market which is no good! Any solution ?
Offsetting Unmatched Bets
You need to use Fill/kill on the Parameters tab to prevent the offset bet being placed until after the opening bet is filled
viewtopic.php?f=47&t=11817
viewtopic.php?f=47&t=11817
If I use Fill or Kill though I need to enter a time value and wont that remove the first bet after that time?Dallas wrote: ↑Sat Jul 08, 2023 2:34 pmYou need to use Fill/kill on the Parameters tab to prevent the offset bet being placed until after the opening bet is filled
viewtopic.php?f=47&t=11817
I was hoping the first bet would stay in the market untill matched, then offset
Just enter 99999Archangel wrote: ↑Sat Jul 08, 2023 3:24 pmIf I use Fill or Kill though I need to enter a time value and wont that remove the first bet after that time?Dallas wrote: ↑Sat Jul 08, 2023 2:34 pmYou need to use Fill/kill on the Parameters tab to prevent the offset bet being placed until after the opening bet is filled
viewtopic.php?f=47&t=11817
I was hoping the first bet would stay in the market untill matched, then offset
That will hold it in the market for around 28hrs
That should work, thanks again!Dallas wrote: ↑Sat Jul 08, 2023 3:27 pmJust enter 99999Archangel wrote: ↑Sat Jul 08, 2023 3:24 pmIf I use Fill or Kill though I need to enter a time value and wont that remove the first bet after that time?Dallas wrote: ↑Sat Jul 08, 2023 2:34 pmYou need to use Fill/kill on the Parameters tab to prevent the offset bet being placed until after the opening bet is filled
viewtopic.php?f=47&t=11817
I was hoping the first bet would stay in the market untill matched, then offset
That will hold it in the market for around 28hrs
An additional query relating to this topic:
I have a rules file that puts a lay bet into a market at 1.01 for £1,000
When the bet gets matched I want to offset it in batches at different prices and different amounts
For example:
Batch 1 £500 at 1.02
Batch 2 £250 at 1.03
Batch 3 £250 at 1.04
Is this possible ?
I have a rules file that puts a lay bet into a market at 1.01 for £1,000
When the bet gets matched I want to offset it in batches at different prices and different amounts
For example:
Batch 1 £500 at 1.02
Batch 2 £250 at 1.03
Batch 3 £250 at 1.04
Is this possible ?
Use three lay bet rules each with the relevant stake and offset ticksArchangel wrote: ↑Tue Jul 18, 2023 12:10 pmAn additional query relating to this topic:
I have a rules file that puts a lay bet into a market at 1.01 for £1,000
When the bet gets matched I want to offset it in batches at different prices and different amounts
For example:
Batch 1 £500 at 1.02
Batch 2 £250 at 1.03
Batch 3 £250 at 1.04
Is this possible ?