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.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.