Thread: Ema Cross!
View Single Post
  #191 (permalink)  
Old 02-27-2006, 05:37 PM
Nicholishen's Avatar
Nicholishen Nicholishen is offline
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
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
Attached Images
File Type: jpg FX_pic007.jpg (234.3 KB, 501 views)
File Type: jpg FX_pic008.jpg (90.6 KB, 418 views)
Attached Files
File Type: zip EMAx_8_2006_2_27_18_10_EURUSD_60.zip (567 Bytes, 189 views)
File Type: mq4 EMA_CROSS_3_TESTER.mq4 (14.8 KB, 193 views)

Last edited by Nicholishen; 02-27-2006 at 05:57 PM.
Reply With Quote