Hallo, i wonder is there opportunity automatically to check performance i mean profit from different EA installed on same terminal.
- How to test custom indicator?
- A Market of Expert Advisors for MetaTrader 5
- New Version of MetaTrader 4 Client Terminal Build 402
In a word, yes.
You'll need to:
- Run your EA against the same account - you've mentioned running it in the same terminal instance so that's the first item sorted
- Your EA will need to loop through the Order History pool, selecting each order
- For each order, your EA will need to decide if it is "of interest" based on the criteria of your choice eg, certain value in OrderSymbol(), OrderOpenTime(), OrderCloseTime, OrderComment(), OrderMagicNumber() etc.
- For orders which are "of interest" you will add the value of OrderProfit() to a running total
CB
You'll need to:
- Run your EA against the same account - you've mentioned running it in the same terminal instance so that's the first item sorted
- Your EA will need to loop through the Order History pool, selecting each order
- For each order, your EA will need to decide if it is "of interest" based on the criteria of your choice eg, certain value in OrderSymbol(), OrderOpenTime(), OrderCloseTime, OrderComment(), OrderMagicNumber() etc.
- For orders which are "of interest" you will add the value of OrderProfit() to a running total
CB
cloudbreaker:
In a word, yes.
You'll need to:
- Run your EA against the same account - you've mentioned running it in the same terminal instance so that's the first item sorted
- Your EA will need to loop through the Order History pool, selecting each order
- For each order, your EA will need to decide if it is "of interest" based on the criteria of your choice eg, certain value in OrderSymbol(), OrderOpenTime(), OrderCloseTime, OrderComment(), OrderMagicNumber() etc.
- For orders which are "of interest" you will add the value of OrderProfit() to a running total
CB
In a word, yes.
You'll need to:
- Run your EA against the same account - you've mentioned running it in the same terminal instance so that's the first item sorted
- Your EA will need to loop through the Order History pool, selecting each order
- For each order, your EA will need to decide if it is "of interest" based on the criteria of your choice eg, certain value in OrderSymbol(), OrderOpenTime(), OrderCloseTime, OrderComment(), OrderMagicNumber() etc.
- For orders which are "of interest" you will add the value of OrderProfit() to a running total
CB
I understand that i must change value maybe greater from zero
search the codebase/libraries section here on this website for equity recorder. With this tool you can make your EA plot its own equity curve or make an indicator that plots multiple individual equity curves for multiple concurrently running strategies/EAs on the same account in real time.
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