System Analysis

shapper

Junior member
Messages
17
Likes
0
Hello,

I am creating code by myself for my trading system.I am testing them.
Besides Net Profit what other variables are usually used to evaluate a trading system?

I don't have any trading software so any help would be appreciated.

Thank You,
Miguel
 
There are quite a lot of possibles and here is a list of those commonly used:

Total Net Profit
Gross Profit / Loss
Total # of trades
Number winning & losing trades
Largest winning trade
Average winning trade
Ratio avg win/avg loss
Max consec Winners & Losers
Avg # bars in winners
Max intraday drawdown
Profit Factor
Account size required
Percent profitable
Largest losing trade
Average losing trade
Avg trade (win & loss)
Avg # bars in losers
Return on account


Paul
 
Other metrics of interest:

Sharpe Ratio
Sortino Ratio
% time in market
 
Hello,

Could someone tell me how to calculate the following ... or some information about it:

Gross Profit / Loss
Profit Factor
Account size required
Percent profitable
Return on account
Sharpe Ratio
Sortino Ratio

Thanks,
Miguel
 
Google is your friend.

Hello,

Could someone tell me how to calculate the following ... or some information about it:

Gross Profit / Loss
Profit Factor
Account size required
Percent profitable
Return on account
Sharpe Ratio
Sortino Ratio

Thanks,
Miguel
 
There are quite a lot of possibles and here is a list of those commonly used:

Total Net Profit
Gross Profit / Loss
Total # of trades
Number winning & losing trades
Largest winning trade
Average winning trade
Ratio avg win/avg loss
Max consec Winners & Losers
Avg # bars in winners
Max intraday drawdown
Profit Factor
Account size required
Percent profitable
Largest losing trade
Average losing trade
Avg trade (win & loss)
Avg # bars in losers
Return on account


Paul


In addition, I would suggest actually looking at the Equity Curve. This can normally give you a quick understanding as to how reliable over time the system is.
 
Yes,

The equity curve was one of the items that I was already looking at.

After some research I found Profit Factor to be really interesting.

Does someone usually use it?

Thanks,
Miguel
 
Yes,

The equity curve was one of the items that I was already looking at.

After some research I found Profit Factor to be really interesting.

Does someone usually use it?

Thanks,
Miguel

Are you carrying out Monte Carlo Analysis?
 
Top