Just "[[market_name]] [sel_name]" currently. I'm trying to get to the point where the robot is fully automated and all I need to do is add/remove selections from the Auto Trading file based on 3rd party data and my own assessment.
I have sort of found a way around this, which is to have a trigger that will write all selections in loaded markets to the auto betting file, let's call it fileA.txt. As long as this file is fully populated, it can be mounted for Autotrading and of course, all selections remain active.
I then have my 'intelligent' trigger write to a separate file, fileB.txt, the subset of selections that I want to review. I make my changes in fileB.txt and the overwrite the contents of fileA with this refined list.
The big issue with this approach is that when the betting trigger fires closer to the off, if I've not been able to modify fileA.txt, then it could potentially start betting on everything. I have also built a failsafe to prevent this, but...
All in all, workable but not very elegant.