forex software

Create and Test Forex Strategies

forex software

eas-guide:report

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
eas-guide:report [2018/02/16 13:28] yavoreas-guide:report [2021/01/11 06:52] Ilan Vardy
Line 3: Line 3:
 The Report page shows more detailed information of the backtest of the currently loaded Expert in the Editor. The Report page shows more detailed information of the backtest of the currently loaded Expert in the Editor.
  
-The page consists of four tabs: Stats info, Indicator char, Balance chart, Transactions log+The page consists of four tabs: Stats info, Indicator chart, Balance chart, Transactions log
  
 ===== Stats info ===== ===== Stats info =====
Line 10: Line 10:
 {{ :eas-guide:report-stats-info.png?nolink |Stats info}} {{ :eas-guide:report-stats-info.png?nolink |Stats info}}
  
-===== Market info ===== 
- 
- 
-Shows information for the historical data loaded in the application and used for backtesting the current strategy. 
  
 ===== Output parameters ===== ===== Output parameters =====
Line 22: Line 18:
   * **Net balance** - the end amount in the trading account. The Net Balance is measured in the account's currency.   * **Net balance** - the end amount in the trading account. The Net Balance is measured in the account's currency.
   * **Max drawdown** - the reduction of the account after a series of losing trades. This is normally calculated by getting the difference between the previous account peak minus the lowest following bottom. The drawdown is shown as a percentage of the trading account.   * **Max drawdown** - the reduction of the account after a series of losing trades. This is normally calculated by getting the difference between the previous account peak minus the lowest following bottom. The drawdown is shown as a percentage of the trading account.
-  * **Executed orders** - this is the number of executed transactions. Please note that the opening and the closing transactions are counting separately. +  * **Executed orders** - this is the number of executed transactions. Please note that the opening and the closing transactions are counted separately. 
-  * **Ambiguous bars** - the program marks a bar as 'Ambiguous' when the historical data doesn't contain complete information for the sequence in which the program has to execute the orders. It may happen when Stop Loss and Take Profit are close to each other in the range in the same bar. In such cases EA Studio always makes a safe (pessimistic) guess .+  * **Ambiguous bars** - the program marks a bar as 'Ambiguous' when the historical data doesn't contain complete information for the sequence in which the program has to execute the orders. This may occur when Stop Loss and Take Profit are close to each other in the range in the same bar. In such cases EA Studio always makes a safe (pessimistic) guess .
   * **Profit per day** - an average of the money gained by the strategy per day.   * **Profit per day** - an average of the money gained by the strategy per day.
   * **Win/loss ratio** - calculated by dividing the count of the winning trades by the count of all trades.   * **Win/loss ratio** - calculated by dividing the count of the winning trades by the count of all trades.
Line 38: Line 34:
 The Indicator chart shows the price bars, the indicators and the signals and the positions. The Indicator chart shows the price bars, the indicators and the signals and the positions.
  
-{{ :eas-guide:acceptance-criteria-complete-backtest.png?nolink |Indicator Chart With Trailing Stop Loss}} +{{ :eas-guide:trailing-stop-loss-indicator-chart.png?nolink |Trailing Stop Loss on the Indicator Chart}}
  
-Trailing Stop Loss on the Indicator Chart whenever it is defined in the Strategy Properties.+Trailing Stop Loss will show on the Indicator Chart whenever it is defined in the Strategy Properties.
  
  
Line 54: Line 49:
  
  
-The **Transaction Log** shows all trades made by the strategy during the backtest. It is useful to examine the exact entry/exit time and prices and to compare them with a backtest of an exported Expert Advisor in MetaTrader. The EA Studio backtest and the MetaTrader backtest must show very similar results. The main reason for differences might be that either the testing historical data is different from the one the MetaTrader uses or the historical data has a different Time zone. In both cases, you cannot rely on that strategy for real trading. +The **Transaction Log** shows all trades made by the strategy during the backtest. It is useful to examine the exact entry/exit time and prices and to compare them with a backtest of an exported Expert Advisor in MetaTrader. The EA Studio backtest and the MetaTrader backtest must show very similar results. The main reason for differences might be that either the testing historical data is different from the one the MetaTrader uses or the historical data has a different time zone. In both cases, you cannot rely on that strategy for real trading. 
  
-Additionally please note that if a strategy is over-optimized, even the smallest difference in the data or in the trading conditions will create very different results.+Additionallyplease note that if a strategy is over-optimized, even the smallest difference in the data or in the trading conditions will create very different results.
  
 ~~DISQUS~~ ~~DISQUS~~