Hello all,

I'm looking for a program that could manage a trading strategy that includes stock screening capabilities.

As I'm new to QC, I wanted to ask if there should be any way to implement a screener in it (also, new to C#) - before I delve too deeply into learning it.

I think it might be possible using the data[] class - could I access all values (say 'close') in that class as an array, for example?

thanks!