New beta version of Bet Angel v1.57.0 - Now on general release

Post Reply
Dr Ginhog
Posts: 260
Joined: Wed Nov 03, 2010 12:10 am
Location: Ballygarvan,Cork Ireland T12D2VR
Contact:

I was already thrilled with the seamless generic automated * * * * SVTYPE SVNAME VALUE now we have text filtering to booth.
A lot to get through here. Are we already at the Superconducting,quantum computing,nuclear fusion,unlimited battery cycle version. If not very close
User avatar
firlandsfarm
Posts: 2722
Joined: Sat May 03, 2014 8:20 am

I don't know if this is a 1.57 related issue or not, probably not but it's the first time I have encountered it ever, not just since installing 1.57. I leave my computer and BA on overnight but this morning when requesting the Desktop to see what has been discussed recently I was met by ...

"Error 504 Ray ID: 68fefbc06c0f0796 • 2021-09-17 02:42:49 UTC
Gateway time-out

www.betangel.com
Host
Error"

Any thoughts?

Edit: all OK after a shutdown and re-open of BA.
User avatar
decomez6
Posts: 667
Joined: Mon Oct 07, 2019 5:26 pm

Bet Angel wrote:
Wed Sep 15, 2021 1:13 pm
All the options are available when storing a value as text.


can we use the obtained values to perform- stored value list ranges - calculations ?

thanks again
Bet Angel
Bet Angel
Bet Angel
Posts: 4001
Joined: Tue Apr 14, 2009 3:47 pm

firlandsfarm wrote:
Sun Sep 19, 2021 8:03 am
I don't know if this is a 1.57 related issue or not, probably not but it's the first time I have encountered it ever, not just since installing 1.57. I leave my computer and BA on overnight but this morning when requesting the Desktop to see what has been discussed recently I was met by ...

"Error 504 Ray ID: 68fefbc06c0f0796 • 2021-09-17 02:42:49 UTC
Gateway time-out

www.betangel.com
Host
Error"

Any thoughts?

Edit: all OK after a shutdown and re-open of BA.
If you have Microsoft Edge installed on that PC then in v1.57 it'll be using that as the embedded browser rather than Internet Explorer, but that error probably would have occurred with either browser. The Desktop page auto-refreshes from time to time and it sounds like at some point overnight the refresh failed to connect and that would stop the auto-refresh too. If you see the message again, try pressing the home button at the bottom of the Desktop page to see if it returns to normal or whether the link is completely broken until the next restart.
Bet Angel
Bet Angel
Bet Angel
Posts: 4001
Joined: Tue Apr 14, 2009 3:47 pm

decomez6 wrote:
Sun Sep 19, 2021 1:02 pm
Bet Angel wrote:
Wed Sep 15, 2021 1:13 pm
All the options are available when storing a value as text.


can we use the obtained values to perform- stored value list ranges - calculations ?
Not directly, as the feature to 'store a value calculated from a range of values' requires the source value to be in numeric form. However, you could set a numeric stored value using a text stored value as the source and it'll attempt to parse the text into a number. Then you can use that number to perform your range calculations as you normally would.

You were previously talking about trying to use the text truncation on a number, so could you explain in more detail what you are trying to achieve?
If you were for instance using the text features to round to a certain number of decimal places, you might be better off keeping everything as a number, multiplying by a factor, rounding and then dividing by the factor again.
User avatar
decomez6
Posts: 667
Joined: Mon Oct 07, 2019 5:26 pm

Bet Angel wrote:
Sun Sep 19, 2021 1:39 pm
You were previously talking about trying to use the text truncation on a number, so could you explain in more detail what you are trying to achieve?
If you were for instance using the text features to round to a certain number of decimal places, you might be better off keeping everything as a number, multiplying by a factor, rounding and then dividing by the factor again.
thanks for the clarification.

yes i have a couple of bots using that formula rounding down to 1 decimal place.

i am trying to make a list of values collated from different selections , with different combinations covering all possible outcomes.

this should generate multiple lists with equal number of entries each holding a group of nominated selections that differ from each other by 1(0ne).

abcd
bcde
cdef
defg
,.............etc

the values of of abcd will be added to one stored value A, and those ones of bcde to a stored value B

-will then compare values A against B to trigger a bet.

i prefer to truncate or round 1 decimal place so as to capture the quick changes . it slows down time and allow the bot to trigger.

appreciate your assistance
much thanks
User avatar
Realrocknrolla
Posts: 1903
Joined: Fri Jun 05, 2020 7:15 pm

Loving the copy and paste option for rules.

Just combined four rules files into one in seconds.

Hats off to the development team!
Bet Angel
Bet Angel
Bet Angel
Posts: 4001
Joined: Tue Apr 14, 2009 3:47 pm

decomez6 wrote:
Sun Sep 19, 2021 2:55 pm

this should generate multiple lists with equal number of entries each holding a group of nominated selections that differ from each other by 1(0ne).

abcd
bcde
cdef
defg
,.............etc

the values of of abcd will be added to one stored value A, and those ones of bcde to a stored value B
Yes I see what you are doing and why truncation would be useful to isolate a particular value. As long as abcd are actually numbers rather than letters, then converting between numeric SV and text SV and back to numeric again should work fine.
User avatar
decomez6
Posts: 667
Joined: Mon Oct 07, 2019 5:26 pm

Bet Angel wrote:
Mon Sep 20, 2021 2:52 pm
. As long as abcd are actually numbers rather than letters, then converting between numeric SV and text SV and back to numeric again should work fine.
Yes they are numbers .

Thank you for an update well rounded :D
User avatar
firlandsfarm
Posts: 2722
Joined: Sat May 03, 2014 8:20 am

I thought SV's storing text was going to enable me to resolve a long standing shortcoming. I run many bet placing systems and always spend too much time deciphering/allocating the results around my systems so that I can monitor the performance of each system. But I fear not because I hadn't studied the other half of my 'solution'.

My first thought was great ... have two SV's activated by the bet triggering rule that hold the name of the system and the bet ID No. then concatenate the two SV's into one and add to the log. Then extract the SV from the log and match it to the Bf Bet History report. But I didn't realise the Bet Information is limited to matched bets and not bets placed so unless the bet is instantly matched (unlikely in my case because bets are placed at reverse prices) it cannot return the information I require.

Am I missing something, is there a way to create an SV consisting of "[GivenSystemID].[BfBetID]" or any other way to definitively allocate a specific bet to the specific triggering rule? It would make auditing so much easier. :(
Anbell
Posts: 2049
Joined: Fri Apr 05, 2019 2:31 am

firlandsfarm wrote:
Tue Sep 21, 2021 1:21 pm
I thought SV's storing text was going to enable me to resolve a long standing shortcoming. I run many bet placing systems and always spend too much time deciphering/allocating the results around my systems so that I can monitor the performance of each system. But I fear not because I hadn't studied the other half of my 'solution'.

My first thought was great ... have two SV's activated by the bet triggering rule that hold the name of the system and the bet ID No. then concatenate the two SV's into one and add to the log. Then extract the SV from the log and match it to the Bf Bet History report. But I didn't realise the Bet Information is limited to matched bets and not bets placed so unless the bet is instantly matched (unlikely in my case because bets are placed at reverse prices) it cannot return the information I require.

Am I missing something, is there a way to create an SV consisting of "[GivenSystemID].[BfBetID]" or any other way to definitively allocate a specific bet to the specific triggering rule? It would make auditing so much easier. :(
Betfair has customerStrategyRef which would be enormously useful if implemented
foxwood
Posts: 394
Joined: Mon Jul 23, 2012 2:54 pm

Anbell wrote:
Wed Sep 22, 2021 1:45 am
Betfair has customerStrategyRef which would be enormously useful if implemented
+1
User avatar
tlkjb
Posts: 86
Joined: Thu Aug 26, 2021 10:08 am

"Text Comparison condition has been enhanced to allow comparison against a Selection Name and Text held in a Stored Value"

Would be very helpful to be able to compare the Market Name / Selection Name also against a / a list of Stored Value/s

Thanks
You do not have the required permissions to view the files attached to this post.
Last edited by tlkjb on Thu Sep 23, 2021 12:09 pm, edited 1 time in total.
User avatar
tlkjb
Posts: 86
Joined: Thu Aug 26, 2021 10:08 am

Betfair has customerStrategyRef which would be enormously useful if implemented
+1
Bet Angel
Bet Angel
Bet Angel
Posts: 4001
Joined: Tue Apr 14, 2009 3:47 pm

tlkjb wrote:
Thu Sep 23, 2021 12:00 pm
"Text Comparison condition has been enhanced to allow comparison against a Selection Name and Text held in a Stored Value"

Would be very helpful to be able to compare the Market Name / Selection Name also against a / a list of Stored Value/s

Thanks
That particular condition only compares against a list of entered text.

However, you can already store the Market Name and the Selection Name into Text Stored Values.

i.e. Run a rule once to create MKT_NAME to hold the Market Name and SEL_NAME to hold a selection name.
Then you can use those Stored Values whenever you need them in the rest of the rules.
So you'd use a Stored Value condition to test that MKT_NAME equals STORED_VALUE1 in your example.
If you want to test against STORED_VALUE2 too, then you'd duplicate the condition and add them to a group so that only one of the conditions needs to be true.
Post Reply

Return to “Bet Angel - Release & version history”