Output array of results

Created at 15 Dec 2015, 00:57
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
moneybiz's avatar

moneybiz

Joined 06.12.2011

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?


@moneybiz
Replies

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