81
Triggered betting / Re: Trigger Request Please
« Last post by Nick Koumpan on 13 Jul 2022, 20:11 »Hi Rubold
Could you amend this trigger for me please?
Thanks
Could you amend this trigger for me please?
Thanks
Wow Mark, so can that expression find the trainer surname and the jockey surname and thus determine if they are the same. I put in an official trigger request for this about a year ago, but was told it couldn't be done.
Hi If you are manually looking for trainer names spelling as per Betfair API, put MFP in Full Mode or Race Mode and read the trainer name from the silks data. A trigger could also write this data to a text file for future reference. Variations I've seen on example trainer: Tim Easterby, TD Easterby, Timothy D Easterby etc... my suggestion here would be to use the FIND function on the surname only: FIND("Easterby", "silk_trainer") is greater than 0