Hi
is there any way of guardian automatically loading in new markets e.g. todays racing fixtures?
i have a fully automated bot up in every other respect but every morning i need to remote into my machine and refresh the markets in guardian and add these (all the other aspects work fantastically like the restricted refresh and auto sheet binding...brilliant)
it would be a great feature if guardian can just auto refresh the markets according to your filters and add these when it finds new ones
thanks
Automatically add new markets to guardian
Use the new BA API to post to the required end point and JSON. Then run the code on a Windows Schedule every morning.
You can also run code at shorter intervals to remove closed markets etc
There are some Python examples on the forum you can use
viewtopic.php?f=80&t=26749
You can also run code at shorter intervals to remove closed markets etc
There are some Python examples on the forum you can use
viewtopic.php?f=80&t=26749
This does look v promising, but for technical numpties like myself, it's not going to happen.sniffer66 wrote: ↑Sun Jan 01, 2023 11:15 amUse the new BA API to post to the required end point and JSON. Then run the code on a Windows Schedule every morning.
You can also run code at shorter intervals to remove closed markets etc
There are some Python examples on the forum you can use
viewtopic.php?f=80&t=26749
Hopefully, some magical buttons can just be pressed/configured one day.
To be honest, it's actually pretty simple. Install Python and copy\edit some of the code already posted on that thread, it's job done. if you posted up exactly what you need to do I'm sure one of the the Python savvy guys would help. An hours work\bit of reading and it's in placemegarain wrote: ↑Sun Jan 01, 2023 11:51 amThis does look v promising, but for technical numpties like myself, it's not going to happen.sniffer66 wrote: ↑Sun Jan 01, 2023 11:15 amUse the new BA API to post to the required end point and JSON. Then run the code on a Windows Schedule every morning.
You can also run code at shorter intervals to remove closed markets etc
There are some Python examples on the forum you can use
viewtopic.php?f=80&t=26749
Hopefully, some magical buttons can just be pressed/configured one day.
A step by step "How to" post would actually be pretty useful
Thx - I always try to be positive, but having wasted many, many hours this year on signals, am not inclined to go down the route.
Programmers are taught / practice coding etc.
Whenever I have tried, it always cost me a lot of money/time/blood pressure.
I know when I had to install framework, there were issues with the wrong framework.
For Python on a VPS etc, is that compatible with Windows server 20xx ? It's just gonna be a time vacuum and for me, an automatic swerve.
Programmers are taught / practice coding etc.
Whenever I have tried, it always cost me a lot of money/time/blood pressure.
I know when I had to install framework, there were issues with the wrong framework.
For Python on a VPS etc, is that compatible with Windows server 20xx ? It's just gonna be a time vacuum and for me, an automatic swerve.
thanks. the rest of my trading algo is a combination of python, excel vba and guardian but i'm using BA/guardian for the betting bit of it. using the API would mean less need for BA though but may go down that route to get 100% automation
thanks for the pointer
thanks for the pointer
I did actually mean the new BA API (rather than the BF one). The BA one will allow you to control Guardian - markets, coupons etc from Python without having to manually interact with Guardian itself. I'm using it as of now, and I'm completely hands free setup in Guardian each morningtoptrader wrote: ↑Sun Jan 01, 2023 5:40 pmthanks. the rest of my trading algo is a combination of python, excel vba and guardian but i'm using BA/guardian for the betting bit of it. using the API would mean less need for BA though but may go down that route to get 100% automation
thanks for the pointer
- specialcoolcars
- Posts: 6
- Joined: Tue Jul 30, 2024 12:34 pm
Hi,
I'm looking to fully automate the loading of markets in my tennis trading bot on BA.
Would anyone be willing to code this for me for a fee?
I simply haven't got the time for the forseable future.
Cheers,
Brian
I'm looking to fully automate the loading of markets in my tennis trading bot on BA.
Would anyone be willing to code this for me for a fee?
I simply haven't got the time for the forseable future.
Cheers,
Brian
I've some code ready that will load a coupon, load the markets, apply a certain baf(s) to the markets at say, 6am each morning, then just wait to the next day at the same time.specialcoolcars wrote: ↑Tue Aug 20, 2024 11:31 amHi,
I'm looking to fully automate the loading of markets in my tennis trading bot on BA.
Would anyone be willing to code this for me for a fee?
I simply haven't got the time for the forseable future.
Cheers,
Brian
You'll need Python installed though, and the BA API enabled
Happy to share it, no money required

You are a saintsniffer66 wrote: ↑Tue Aug 20, 2024 11:58 amI've some code ready that will load a coupon, load the markets, apply a certain baf(s) to the markets at say, 6am each morning, then just wait to the next day at the same time.specialcoolcars wrote: ↑Tue Aug 20, 2024 11:31 amHi,
I'm looking to fully automate the loading of markets in my tennis trading bot on BA.
Would anyone be willing to code this for me for a fee?
I simply haven't got the time for the forseable future.
Cheers,
Brian
You'll need Python installed though, and the BA API enabled
Happy to share it, no money required![]()
Hi, I would love to try this one out as well. Cheerssniffer66 wrote: ↑Tue Aug 20, 2024 11:58 amI've some code ready that will load a coupon, load the markets, apply a certain baf(s) to the markets at say, 6am each morning, then just wait to the next day at the same time.specialcoolcars wrote: ↑Tue Aug 20, 2024 11:31 amHi,
I'm looking to fully automate the loading of markets in my tennis trading bot on BA.
Would anyone be willing to code this for me for a fee?
I simply haven't got the time for the forseable future.
Cheers,
Brian
You'll need Python installed though, and the BA API enabled
Happy to share it, no money required![]()
- FreeBaseMace
- Posts: 11
- Joined: Sat Oct 03, 2020 11:51 am
This would be a welcome addition! Your automation can be set to run on it own but the loading of markets is manual?
Logging in to set up the days auto trading is not always easy. Most needed market that would benefit is AUS dog trading that only becomes available to load into guardian around midnight but starts straight after in the early hours.
Logging in to set up the days auto trading is not always easy. Most needed market that would benefit is AUS dog trading that only becomes available to load into guardian around midnight but starts straight after in the early hours.
- specialcoolcars
- Posts: 6
- Joined: Tue Jul 30, 2024 12:34 pm
Hi Sniffer66.
Yes please send me that code.
Or dm it to me.
Ps. Did you get my original dm?
Many thanks
Brian
Yes please send me that code.
Or dm it to me.
Ps. Did you get my original dm?
Many thanks
Brian
Its completely hands free and can check every x hours\minutes, so can refresh and add markets\apply baf's as they become availableFreeBaseMace wrote: ↑Thu Aug 22, 2024 4:26 pmThis would be a welcome addition! Your automation can be set to run on it own but the loading of markets is manual?
Logging in to set up the days auto trading is not always easy. Most needed market that would benefit is AUS dog trading that only becomes available to load into guardian around midnight but starts straight after in the early hours.