Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Post and compare Trades


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

 
 
LinkBack Thread Tools
 
Old 11-09-2005, 08:08 PM
Senior Member
 
Join Date: Sep 2005
Location: Kailua-Kona, Hawai'i
Posts: 188
Eric is on a distinguished road
Quote:
Originally Posted by vanman
Attached is the results for Daytrading02 from start to present. Not too good. It does win a lot, but every now and again you get a massive loss that is realy not good.
Agreed Jan. I eventually stopped testing it because of that. The percentage of winning trades is nice and it will have nice runs, but it only takes a few of those "massive loss" trades to wipe it all out and put you in the red.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-27-2006, 08:11 PM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 343
sadaloma is on a distinguished road
Nobody is testing this EA anymore? (daytrading 3)

Anyway, I had some Idle MT4 platforms hanging around my hardisk so I decided to test this EA out with different settings and brokers.

I attached it to 3 MT4 platforms at the same time:

Setup 1:
-Alpari broker
-on 4 majors + eur/jpy, aud/usd, usd/cad, gbp/jpy
-M5
-TP 20, Sl 100

Setup 2:
-Same as the above but on M15 charts

Setup 3:
-Same as the above but on M15 charts and on the swiss MIG Investment broker MT4 platform

On setup 1, it was loosing money so I stop testing it.

Now the funny part was setup 2 and setup 3 should have similar results but setup 2 was trading different trades as the setup 3. The result was Alpari's account was loosing 200 pips and at the same time MIG's was making 200 over pips. That's is 400 pips difference!. Wonder why the difference is so huge.

I don't think I will put this EA on a live account - it's too risky, for reason stated above - but it's a good "alert" service: There is this anoying "robot audio speech" that annouces each trades the EA does. Most of the trades are good ones as the past testers have seen but there are also the big loosing ones that can wipe off your profit.

I think if each time the Ea alerts of a trade we combine our human experience and intelect to make the decision to take it or not , this EA can help to make some pips.

Sada

PS: I will only attach the MIG's statement because I cancelled my test on the alpari's.
Attached Files
File Type: htm DetailedStatement daytrading 28 jan.htm (23.3 KB, 117 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-29-2006, 09:52 AM
Senior Member
 
Join Date: Jan 2006
Posts: 153
kumawat is on a distinguished road
pls attache EA here so i can also test.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-29-2006, 12:21 PM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 343
sadaloma is on a distinguished road
Quote:
Originally Posted by kumawat
pls attache EA here so i can also test.
I think it's somewhere in the download section but I got this EA from the yahoo MT4 group so I am not sure if they are the same or not.

Anyway here it is attached, please let us know in the future what you think about it and don't forget that this EA behaves differently on different brokers platform.


Sada
Attached Files
File Type: mq4 DayTrading3.mq4 (8.6 KB, 112 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-29-2006, 12:40 PM
Administrator
 
Join Date: Sep 2005
Posts: 16,311
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by kumawat
pls attache EA here so i can also test.
I am no sure that it is fixed version. Because of small bug in this EA. It is something with SpeechText(...) and nothing with trading. It was ok for MT4 build 186 but you can not attach this EA to the chart if the MT4 build 188.

Just comment the line in EA to be like this:

Code:
//SpeechText(addSpaces(Symbol()) + " - " + str,SPEECH_ENGLISH);
You will get attention message but not an error and EA will become the normal color (otherwise it is in grey color in navigator).

May be this version was fixed already.
If not just open this EA in MetaEditor and insert this one
Code:
//
before this line
Code:
SpeechText(addSpaces(Symbol()) + " - " + str,SPEECH_ENGLISH);
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-29-2006, 02:20 PM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 343
sadaloma is on a distinguished road
Thanks for the fix new digital.

The EA I posted is for the MT4 build 186. I don't think there was a fix version out yet. Someone was asking for it in the yahoo group but I didn't see any new and improve version posted.

As I am still running MIG build 186, I didn't need to change the code. I don't really trust build 188 anyway so I am sticking with build 186 for the moment.
You know what they say right? "if it's not broken. don't fix it"

Sada
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-29-2006, 02:52 PM
beerhunter's Avatar
Member
 
Join Date: Nov 2005
Posts: 43
beerhunter is on a distinguished road
SpeechText() function is no longer supported in MQL4 for MT build 188:

22. MQL4: Completely removed the SpeechText function.

http://www.metaquotes.net/forum/1564/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 02-03-2006, 02:43 PM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 343
sadaloma is on a distinguished road
Update of statement...The SL 100 pips really helps.



Let's see how it does for the next 2 months or so.

Sada
Attached Files
File Type: htm DetailedStatement Daytrading 3 feb.htm (29.6 KB, 110 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 02-03-2006, 04:34 PM
Senior Member
 
Join Date: Jan 2006
Posts: 153
kumawat is on a distinguished road
Pls attache here EA so i can test it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 02-03-2006, 07:28 PM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 343
sadaloma is on a distinguished road
Quote:
Originally Posted by kumawat
Pls attache here EA so i can test it

I already attached the EA after the last time you ask me to do it.

Scroll up this thread.

Sada
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Bookmarks

Tags
mig4setup.exe
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT. The time now is 03:42 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.