Output array of results
15 Dec 2015, 00:57
Instead of returning hard coded results like;
[Output("Result #1")]
public IndicatorDataSeries Result1 { get; set; }
[Output("Result #2")]
public IndicatorDataSeries Result2 { get; set; }
[Output("Result #3")]
public IndicatorDataSeries Result3 { get; set; }
I want to return array of results of any size like;
[Output("Results")]
public List<IndicatorDataSeries> Results { get; set; }
Do you plan to support this implementation?

Spotware
15 Dec 2015, 01:09
Dear Trader,
Thank you for your suggestion. We will consider it. Additionally, you can post your ideas/suggestions to http://vote.spotware.com/
@Spotware