Hi. I'm sure this is simple, but I can't see where to do it. Can anyone help please ?
I currently edit lots of individual Guardian rules to manually change the stake each day. Is there some way of setting this once each day across all markets ? maybe using stored values. I see options for the selection, market or event but wondered if it's possible to do for the day ?
Any pointers very much appreciated.
pp
Today's Stake (Across All Markets) From Stored Value?
-
- Posts: 33
- Joined: Sat Apr 29, 2017 7:09 am
Thanks for your help here Dallas. I have lots of rules files but each containing only one rule, so in an afternoon (horses), I can use 30 different files / named strategies. Can the method you suggest work across files ? or only across rules within a file ?
Only across rules within a filepuntingprofit wrote: ↑Sun Jun 06, 2021 4:46 pmThanks for your help here Dallas. I have lots of rules files but each containing only one rule, so in an afternoon (horses), I can use 30 different files / named strategies. Can the method you suggest work across files ? or only across rules within a file ?
Any reason you've opted to make individual files with just one rule rather than put them all into one file or even group similar ones in a few?
Seems a long and laborious way to do it?
-
- Posts: 33
- Joined: Sat Apr 29, 2017 7:09 am
okay Thanks for clarifying. It's probably about time I switched to using a percentage of balance anyway
As for why loads of rules files, it was the easiest way for me to handle nominated runners at different odds levels, so I have a rule for each odds level. Probably mad, but that's the bit I'm happy with.
Thanks Again for your super swift responses as ever.

As for why loads of rules files, it was the easiest way for me to handle nominated runners at different odds levels, so I have a rule for each odds level. Probably mad, but that's the bit I'm happy with.
Thanks Again for your super swift responses as ever.
I have files set for each day, so:puntingprofit wrote: ↑Sun Jun 06, 2021 3:31 pmHi. I'm sure this is simple, but I can't see where to do it. Can anyone help please ?
I currently edit lots of individual Guardian rules to manually change the stake each day. Is there some way of setting this once each day across all markets ? maybe using stored values. I see options for the selection, market or event but wondered if it's possible to do for the day ?
Any pointers very much appreciated.
pp
MonStrat1
TueStrat1
etc with different stakes.
It's been a long day so may not be thinking straight but why not do it in a single csv file. Set a market SV called "Stake" in the csv then have a import CSV file rule in each used baf that pulls in the SV. Each back/lay rule uses the SV "Stake" as the stake amount. Quickly edit the CSV to the required value on each day and it will reflect for every baf that is linked to the single csv. This is assuming you have multiple baf's
If you had different stakes per sport then you could go further in the CSV and have mutiple SV's i.e "Horses_Stake" = 100, "Dogs_Stake" = 50
Each baf only uses the SV relevant to it's market/sport
If you had different stakes per sport then you could go further in the CSV and have mutiple SV's i.e "Horses_Stake" = 100, "Dogs_Stake" = 50
Each baf only uses the SV relevant to it's market/sport
-
- Posts: 33
- Joined: Sat Apr 29, 2017 7:09 am
Thanks all for the suggestions. Will give those a try at the weekend.