Hi
Can I get Bet angel to alert me if certain figures are reached on an Excel spreadsheet. I have a formula in excel for Pearsons correlation I'm wondering if I can get bet angel to alert me if certain tolerances are reached?
Cheers
Alerts from excel data
Messy but you could get excel to write a value to csv file, then BA to read csv every x and alert if value set.
Or send email from vba.
Just couple of thoughts from top of my head.
Edit
Another would be place a bet at stupid odds and check in BA for unmatched bet.
Or send email from vba.
Just couple of thoughts from top of my head.
Edit
Another would be place a bet at stupid odds and check in BA for unmatched bet.
Tidier to get Excel to write an SV value say, "SET_SV FOR:SELECTION NAME:Alert VALUE:1" to Col 9 , then set your Guardian Rule to check if that SV Value = 1 and generate a pop up alert. If you wanted it to repeat you could just keep incrementing the SV value for every formula match and get your Guardian rule to alert if the SV changed between x and y seconds ago