Quote from jokepie:
May be I will have to get this coded with an API of some sort ??
DO you think this is possible?
It may be possible, but as sheepsucker said, it will be a hack so reliability is always a concern.
Here is a possible implementation (simplified). The indicator added to the market scanner would need to write its results to a text file, including the symbol and any condition flags. A small app/utility would then need to read/monitor this file for signals and then send the required symbol to a strategy window (create if necessary).
If you need to disable strategy windows based on your system logic, you would have the utility handle this as well.
If you are automating a large number of symbols, you may have an issue with both resources (automating dozens of symbols) and speed (scanning 1000s of symbols).
You may want to check out a free, open source, scripting utility called AutoHotKey. I use it for batch processing and automation and it works great for these type of tasks. I could not live without this tool.