Quote:
Originally Posted by carlprad Rick
How do you keep track of which robot placed which trade?
All I see are the trades at the bottom of the metatrader screen.
Thanks
Carlos |
Hi Carlos,
Most EA's have a
magic number as part of their settings. When you are running multiple EA's in one account, each EA on each chart needs to have a unique magic number. This is the way that you can separate the trades by EA. MetaTrader has no ability to filter trades by EA. You can use one of the MetaTrader statement hosting services like MyFXBook.com but their coverage of different EA's is tricky and mostly does not work properly.
What I do is to load all of my closed trades into a database and use
MT4Analysis to report on trades by EA. That is how I can do my weekly and monthly reports so fast.
Rick