Hi all, would appreciate a little help with my in play bot.
The bots function is to back the first runner that meets certain criteria and specific fixed odds. (This part is working fine)
If the horse continues to run well the bet is to remain as is.
If the price on the backed runner should drift x amount of ticks I want the bot to close the trade and green up, and this is where I'm struggling. I essentially want to place a back bet with a stop and greening but it appears this isn't possible? An offset bet is no good as I don't want to close the trade if the horse runs well.
I've tried to achieve what I want using signals but no joy so far..
Cheers
Automation help
This example will do that, it uses a trailing stop but that's easy enough to change into a regular stop
viewtopic.php?f=58&t=17894
viewtopic.php?f=58&t=17894
-
- Posts: 15
- Joined: Fri May 21, 2021 6:36 am
**Deleted double post** smh
Last edited by JonnyWally on Sat May 29, 2021 4:55 pm, edited 3 times in total.
-
- Posts: 15
- Joined: Fri May 21, 2021 6:36 am
Thanks for the response Dallas. Ive looked at the rules file you sent but unsure on how to incorporate it into mine as I do not know what to put in the selection box. I do not nominate a specific runner, it just places a back bet on the first horse to meet a specific criteria. I then want the bot to monitor the odds on the horse it backed and if the odds drift to X then place lay bet and green.Dallas wrote: ↑Sat May 29, 2021 2:03 pmThis example will do that, it uses a trailing stop but that's easy enough to change into a regular stop
viewtopic.php?f=58&t=17894
-
- Posts: 15
- Joined: Fri May 21, 2021 6:36 am
Think I've sorted it now Dallas. Just added a few extra conditions to my lay bet rule and so far so good.