Hello,
I am currently back testing 2 slightly different staking strategies on the same Over 1.5 goals market. Is it possible to create and run 2 different bots on the same market within Gardian?
Thank you in advance.
Micky C
2 Strategies
You can open more than one Bet Angel session and therefore technically have a different automation file working on the same market in each session. However they will both be working from the same Betfair account - so both files will see and react to open bets, matched amounts, green up positions etc. and may therefore interfere with each other - depending on what your files are meant to be doing of course.Silver Lining wrote: ↑Sun Aug 16, 2020 10:24 pmHello,
I am currently back testing 2 slightly different staking strategies on the same Over 1.5 goals market. Is it possible to create and run 2 different bots on the same market within Gardian?
Thank you in advance.
Micky C
Last edited by Jukebox on Mon Aug 17, 2020 3:11 am, edited 1 time in total.
Betfair has a thing called customerStrategyRef to help with this sort of thing but it isnt available via Betangel unfortunatelyJukebox wrote: ↑Sun Aug 16, 2020 11:27 pmYou can open more than one Bet Angel session and therefore technically have a different automation file working on the same market in each session. However they will both be working from the same Betfair account - so both files will see and react to open bets, matched amounts, green up positions etc. and may therefore interfere with each other - depending on what you're files are meant to be doing of course.Silver Lining wrote: ↑Sun Aug 16, 2020 10:24 pmHello,
I am currently back testing 2 slightly different staking strategies on the same Over 1.5 goals market. Is it possible to create and run 2 different bots on the same market within Gardian?
Thank you in advance.
Micky C
https://docs.developer.betfair.com/disp ... laceOrders
-
- Posts: 52
- Joined: Fri Jul 06, 2018 9:33 pm
Thankyou very much Jukebox. That's a very good point which I had not considered. In my case, both files would indeed be interacting within the same Over 1.5 goals market as you point out and would therefore invalidate the results. I suppose if I wanted to compare the results from the 2 theories I could run 1 session in practice mode and log the results?Anbell wrote: ↑Mon Aug 17, 2020 12:18 amBetfair has a thing called customerStrategyRef to help with this sort of thing but it isnt available via Betangel unfortunatelyJukebox wrote: ↑Sun Aug 16, 2020 11:27 pmYou can open more than one Bet Angel session and therefore technically have a different automation file working on the same market in each session. However they will both be working from the same Betfair account - so both files will see and react to open bets, matched amounts, green up positions etc. and may therefore interfere with each other - depending on what you're files are meant to be doing of course.Silver Lining wrote: ↑Sun Aug 16, 2020 10:24 pmHello,
I am currently back testing 2 slightly different staking strategies on the same Over 1.5 goals market. Is it possible to create and run 2 different bots on the same market within Gardian?
Thank you in advance.
Micky C
https://docs.developer.betfair.com/disp ... laceOrders
Thanks again for your valued input.