A few months ago I followed a tutorial for writing your own bot. While that project was successful, I didn't pursue it any further as to create something useful would have meant learning a new scripting language (Windows Shell). Then there would be a lot of testing required to have confidence there were no bugs. While learning, I discovered many useful features which to my knowledge aren't available in any commercial bots.
An API request of listMarketCatalogue can optionally return RUNNER_METADATA, which gives statitics about the horses including, age, weight, form, days since last run, jockey name etc.
The full list is available here: Runner Metadata Description
This allows you to create a bot which makes betting decisions based on form, not just price. There are many systems available that you think to yourself, 'it could be profitable', but it is too time consuming to test.
I realise that Cytmatic is primarily a trading application, but now with the inclusion of triggered betting via excel and a future update could give automated betting directly in the software. So it would compliment these new features very well.
So is it possible to include this data either in Excel or directly in the future?