backtesting get result

Created at 08 Jan 2017, 03:17
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!
CE

cedric.boudreau

Joined 02.03.2016

backtesting get result
08 Jan 2017, 03:17


how we get the result , fitness... ratio... from backtesting

 

i try a lot , but still not good.:

 

    public double MaxBalanceDrawdownPercentages { get; set; }
        public double LosingTrades { get; set; }
        public double MaxEquityDrawdownPercentages { get; set; }
        public double NetProfit { get; set; }
        public double ProfitFactor { get; set; }
        public double SharpeRatio { get; set; }
        public double SortinoRatio { get; set; }
        public double TotalTrades { get; set; }
        public double WinningTrades { get; set; }

 

only receive 0 a value

 

thanks.


@cedric.boudreau