Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

View Poll Results: What Data would help develop your system?
M5 4 44.44%
M15 0 0%
M30 1 11.11%
H1 2 22.22%
H4 0 0%
Other 2 22.22%
Voters: 9. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #561 (permalink)  
Old 05-19-2009, 06:17 PM
Junior Member
 
Join Date: May 2007
Posts: 21
Pluto2 is on a distinguished road
MT4 crushing

Hello everybody,

The EA is crushing my MT4. Any ideas?
Is it happening to enybody else?

Cheers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #562 (permalink)  
Old 05-19-2009, 07:08 PM
Member
 
Join Date: Jun 2008
Posts: 51
GeorgeL is on a distinguished road
Quote:
Originally Posted by mrtools View Post
The include files called for in the Ea did not match the files in the zip so changed the Ea to match, Ea should work now, but not sure my testers all full, please test!
What wasn't matching?

I just copied it off my folders and zip'd it.

Everything should be alright.

As for crushing/crashing your MT4. What broker/OS are you running?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #563 (permalink)  
Old 05-19-2009, 08:45 PM
dreamfab's Avatar
Junior Member
 
Join Date: Aug 2008
Posts: 18
dreamfab is on a distinguished road
It's okay, thank you Georges.

Really interesting EA, with an acceptable Drawdown and a nice profit factor.

Can you post your last optimized setting?

Also, if i want to use it with a 5 digits broker, may I only change evry setting about it and add a 0? Or a change in the code is necessary?
__________________
Forex Trading Championship in June 2009, 1750€ to winning: VideoBourse.fr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #564 (permalink)  
Old 05-20-2009, 03:39 AM
Senior Member
 
Join Date: Dec 2005
Posts: 508
mrtools is on a distinguished road
Quote:
What wasn't matching?

I just copied it off my folders and zip'd it.

Everything should be alright.

As for crushing/crashing your MT4. What broker/OS are you running?
Hi George,

Don't know what happened but here's the code

//extern double lots = 5;
int mn;
extern int mnx1 = 772012055;
extern int mny1 = 772012155;
extern int mnX1 = 772012011;
extern int mnY1 = 772012111;
static int prvtm = 0;
static double sl = 10;
static double tp = 10;

#include <system_v2\registry_v1.0.0.mqh>
#include <system_v2\lots_v1.0.2.mqh>
#include <system_v2\filter_v1.0.5.mqh>

Your include files don't have system_v2\ in front of them, so removed the system_v2\ and the Ea compiled, also one of the include files was calling a file with system_v2\ in front of it and removed that.BTW thanks for sharing the Ea.By any chance do you have the include files with system_v2\.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #565 (permalink)  
Old 05-20-2009, 05:28 AM
Member
 
Join Date: Jun 2008
Posts: 51
GeorgeL is on a distinguished road
The files that are supposed to be in the system_v2:

filter_v1.0.5.mqh
lots_v1.0.2.mqh
registry_v1.0.0.mqh
timefilter_v1.0.4.mqh

Those should all be included in my ZIP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #566 (permalink)  
Old 05-20-2009, 10:31 AM
dreamfab's Avatar
Junior Member
 
Join Date: Aug 2008
Posts: 18
dreamfab is on a distinguished road
First position this morning (GMT +1), and I have a question:

Open price: 1.3616, Ok
SL: 1.3733, OK
TP: 0.0393, Why?

Have you an idea? (I use the setting give by Georges in the first post).

Also, I try to make change in code to can use it with a 5 digits brokers, but it's not ok, I make this: (I'm not programer! : ) )

int init(){
MMH1 = Hour( );LFB = iTime(Symbol(), 0, 0);
lots_init();

gdPointFactor = 1;
if (MarketInfo(Symbol(), MODE_DIGITS) == 2 || MarketInfo(Symbol(), MODE_DIGITS) == 4){
gdPointFactor = 10;
if (MarketInfo(Symbol(), MODE_DIGITS) == 5)
{
gdPointFactor = 100;
}
}


Is it stupid?

Thank you
__________________
Forex Trading Championship in June 2009, 1750€ to winning: VideoBourse.fr

Last edited by dreamfab; 05-20-2009 at 11:04 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #567 (permalink)  
Old 05-20-2009, 12:27 PM
Junior Member
 
Join Date: Aug 2007
Posts: 1
szsa is on a distinguished road
i test the ea,but i've got a different result,why?

load the set,and on EURUSD,M5 tf
but,i got -640.33 pip from 08.11.14 to 09.05.20 just the same with Georgel.
why?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #568 (permalink)  
Old 05-20-2009, 06:04 PM
Member
 
Join Date: Jun 2008
Posts: 51
GeorgeL is on a distinguished road
Make sure your GMT settings are correct. In my case it is 0 for IBFX.

My trade currently:

EUR USD LONG @ 1.3564 is now up ~190+pips in profit.

As for the TP. It's just there. Does'nt mean it will hit it. The EA does a STEP trailing stop


UPDATE: EA has just locked in 79 pips of profit by moving SL to 1.3643

Last edited by GeorgeL; 05-20-2009 at 06:18 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #569 (permalink)  
Old 05-20-2009, 06:30 PM
Junior Member
 
Join Date: May 2007
Posts: 21
Pluto2 is on a distinguished road
GMT offset

Can you please clarify the GMT offsets in the inputs.
What is a client and what is a server?
Which one is for the broker?
I know, this is probably a stupid question...

Thanks for posting this EA.

Cheers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #570 (permalink)  
Old 05-20-2009, 06:34 PM
Junior Member
 
Join Date: Feb 2009
Posts: 1
RRedFish is on a distinguished road
Does't work

I do not know why but the ea it is not making trades at all.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
back testing, backtesting, bug, data, EURUSD1.hst, expert, forex, forex optimization, metatrader optimization, mistake;ea;test, MT4 optimization, optimization, ROBOT, strategy tester, test


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Phoenix optimization Prankie Phoenix 173 10-17-2007 08:24 AM
Optimization cpu usage, need help Big Joe Indicators - Metatrader 4 4 08-16-2007 11:46 PM
Martingale Optimization pelele79 Expert Advisors - Metatrader 4 19 05-07-2007 11:27 AM
How do I use the optimization? huhenyo Metatrader 4 1 03-15-2007 10:39 AM
Optimization cardio Metatrader 4 1 01-25-2006 01:30 PM


All times are GMT. The time now is 10:48 AM.



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