User login

  

Testing Results

You can use the Testing Results panel to explore the results of all your testing during the current session.

It is useful to compare results with different settings or after some code modifications.

Open the Testing Results panel in Environment > Testing Results

Main advantages of working with this panel:

  • you can track and view all your strategies from the same place
  • you can view the trades that were executed by the each separate strategy
  • you can view history log for each separate strategy
  • you can view and compare profit from each strategy and trades frequency

In the  left part of window you can view the list of trading strategies. To edit them, click .

For each Trading System, the following information is available:

  • Name of the Trading System.
  • Instrument and Chart Period which the Trading System is applied to.
  • Number of lots for trading - this value can be redefined in the script.
  • Results of trading in the User Currency.
  • Wins - the number of successful deals.
  • Losses - the number of unsuccessful deals.
  • Number of quotes processed.

For each Trading System, 2 inlays are available: Trades and Performance.

Trades inlay display additional details about each trade like Commission, Price, etc.

Performance inlay include:

  • Profit - the total profit at the end of emulation.
  • Profitability - the relationship between TotalProfit/TotalLoss.
  • Expected payoff - the total Profit per deal.
  • Absolute Drawdown - the lowest balance during emulation.
  • Maximum Drawdown - the maximum difference between previous maximum balance and next minimum balance.
  • Max consecutive winners count - the maximum number of winning deals in a row (the total profit of these deals is also shown in brackets).
  • Max consecutive losers count - the maximum number of losing deals in a raw (total loss of this deals in brackets?).
  • Max consecutive profit - the maximum profit in a row (i.e. total number of deals in this row in brackets).
  • Max consecutive loss - the maximum loss in a row (i.e. the total number of deals in this row in brackets).
12345

Comments