TesterStatistics - Request new Enum_Statistics

 

Hi there,

 

Can we have the following new ENUM_STATISTICS?


1) STAT_PROFIT_LONGTRADES


2) STAT_PROFIT_SHORTTRADES 

 

They would be extremely useful in additional to the current Enum_statistics. 

 

What do you mean? We already have them - ENUM_STATISTICS:

STAT_SHORT_TRADES

Short trades

int

STAT_LONG_TRADES

Long trades

int

STAT_PROFIT_SHORTTRADES

Profitable short trades

int

STAT_PROFIT_LONGTRADES

Profitable long trades

int

 

Rosh,

 

STAT_LONG_TRADES & STAT_SHORT_TRADES only provide the number of short or long trades and the results are int.  

 STAT_PROFIT_SHORTTRADES and STAT_PROFIT_LONGTRADES only provide the number of winning trades for short or long trades and the results are int.  

 

I am looking for STAT_PROFIT of only the long trades (STAT_PROFIT_LONGTRADES)  or the short trades (STAT_PROFIT_SHORTTRADES), and the results will be in double.

 

Please let me know if it makes sense.