|
EMA cross tester
Hi Codersguru!
I want to first start by thanking you for the awesome MT learning courses. Without them, I don't know how i would have learned mql as fast. You are the MAN!!
Recently, I have been programming ea's to be able to trade in a mulititude of different ways so that i am able to test ea's on a live account while having multiple settings running on the same pair and same TF. I love the EMA idea ,and I coded an EA that uses your criteria. This version will be able to trade almost unlimited instance of the EA with different settings on same TF/PAIR or any combination. The program sets a GlobalVariable in MT and uses it to create a unique ID which is then inserted into the comment of opened trades. The EA then processes orders based on this unique ID.
In addition, I added a function to write a csv file that resembles a trade statement that includes the settings which were in place at the time of testing (expert/files folder). After trading this way there will be a lot of trades from all the different EA's so essentially this is where you go to get the accurate trade stmnts.
Out of the box, it should function just like V2. There are some extra features that I added in case someone wants to go live.
I appreciate everything, and I'm curious to see what your thoughts are on this one!
Nic
Last edited by Nicholishen; 02-27-2006 at 05:57 PM.
|