Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4






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

Reply
 
Thread Tools Display Modes
  #91 (permalink)  
Old 11-12-2007, 05:10 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
Even with the bug...this system shows profit...

good work so far...

today is a strange day though being a US Bank Holiday..

ES
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
  #92 (permalink)  
Old 11-12-2007, 05:23 PM
Junior Member
 
Join Date: Nov 2006
Posts: 18
fxsterling is on a distinguished road
I have a problem with this EA. I have it set to .10 lots and the money management is set to false. So it should trade .10 lots only. However it just got into a trade trading 1 standard lot!!! So, I think this may be a bug. My record so far using this ea and the previous versions is 3 wins and 2 losses for a total of +250 pips from the 5 trades. Ron
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
  #93 (permalink)  
Old 11-12-2007, 06:35 PM
Member
 
Join Date: Dec 2006
Location: Minnesota, USA
Posts: 83
mrebersv is on a distinguished road
Quote:
Originally Posted by fxsterling View Post
I have a problem with this EA. I have it set to .10 lots and the money management is set to false. So it should trade .10 lots only. However it just got into a trade trading 1 standard lot!!! So, I think this may be a bug. My record so far using this ea and the previous versions is 3 wins and 2 losses for a total of +250 pips from the 5 trades. Ron
Excellent! I don't mean about the experiencing the bug, but rather about finding and reporting it. I will look fix that bug tonight along with the double-open one (which I might have already found a fix for). Also, great news on the excellent profit factor on the trades thus far. 5 trades is still statistically insignificant, but it's exciting nonetheless.

If you want to fix the bug yourself, replace the following line:

Code:
Lots = LotsOptimized();
with this one:

Code:
if (UseMoneyManagement == True) Lots = LotsOptimized();
-MRE-

Last edited by mrebersv; 11-12-2007 at 06:38 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
  #94 (permalink)  
Old 11-13-2007, 12:41 PM
Member
 
Join Date: Mar 2007
Location: London Calling....
Posts: 52
CiTiFx is on a distinguished road
QQE indicator request

Hi

Does anyone have this indicator in mq4 format? I need to change the size and colour of the arrows as I can hardly see them on my charts.

Regards
Attached Files
File Type: ex4 QQE Alert v2.ex4 (6.5 KB, 122 views)
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
  #95 (permalink)  
Old 11-13-2007, 01:12 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,017
Blog Entries: 235
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 CiTiFx View Post
Hi

Does anyone have this indicator in mq4 format? I need to change the size and colour of the arrows as I can hardly see them on my charts.

Regards
Look at page 8 and 9 of this thread.
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
  #96 (permalink)  
Old 11-14-2007, 04:34 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
Is their any progress on the EA?..Perhaps Lepericus should start a new thread in the EA section...no?

ES


Quote:
Originally Posted by mrebersv View Post
Hmm...after the markets re-opened, we got a sell signal. My demo got stopped out as it should have. However, it exhibited the same behavior as before when it was on a sell and got stopped out (that is, reopened a trade in the same direction). I guess I'll have to take a look at the code again tomorrow. Going to bed now.

-MRE-
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
  #97 (permalink)  
Old 11-14-2007, 05:08 PM
Member
 
Join Date: Dec 2006
Location: Minnesota, USA
Posts: 83
mrebersv is on a distinguished road
Well, what I thought was the fix was the opposite of the fix: where I had previously only experienced the problematic behavior on Sell signals, I now experience it on both. So, I've made the opposite changes in the code, and I'm waiting on some testing. The GBPJPY was so trendy for 36 or so hours there that it wasn't lending itself to testing. I've changed the SL for testing, in order to make them get hit, but I'll know more by the end of the day.

-MRE-
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
  #98 (permalink)  
Old 11-17-2007, 06:01 AM
Member
 
Join Date: Dec 2006
Location: Minnesota, USA
Posts: 83
mrebersv is on a distinguished road
Well, try this one out for testing. Let me know if you guys think the bug is fixed. I do, but something doesn't quite add up when I'm looking at the code, so I'm a bit wary on releasing it. This release only fixes the two bugs discussed since the last release. I haven't spent any time implementing magic number logic. Maybe I'll spend an hour this weekend on that. We'll see.

-MRE-
Attached Files
File Type: mq4 Qbot-v0.3.3-beta.mq4 (8.7 KB, 357 views)
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
  #99 (permalink)  
Old 11-17-2007, 06:07 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
Thanks!.....


Quote:
Originally Posted by mrebersv View Post
Well, try this one out for testing. Let me know if you guys think the bug is fixed. I do, but something doesn't quite add up when I'm looking at the code, so I'm a bit wary on releasing it. This release only fixes the two bugs discussed since the last release. I haven't spent any time implementing magic number logic. Maybe I'll spend an hour this weekend on that. We'll see.

-MRE-
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
  #100 (permalink)  
Old 11-26-2007, 12:42 PM
Junior Member
 
Join Date: Jan 2006
Posts: 5
timmy is on a distinguished road
update

Does anyone have any results using the EA for the last week?

Tim
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
cache:KWGBCHlV-FoJ:www.forex-tsd.com/expert-advisors-metatrader-4/10266-ea-request-profitable-gbp-jp, gbp jpy EA, gbp/jpy ea, gbp/jpy system, gbpjpy ea, mtf qqe, qqe ea, qqe indicator, qqe mq4, TrendStrength_v1

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
need opinion with my PROFITABLE system stevenali Brain Systems 12 06-21-2009 04:58 PM
Trend Catcher/ Profitable System JaneFX General Discussion 43 05-10-2008 09:50 PM
Anyone wants to program my profitable System? scalpmaster Suggestions for Trading Systems 11 09-24-2007 08:31 PM
15min Profitable System FXBabe Suggestions for Trading Systems 23 09-23-2007 12:27 PM
GMG - profitable system need EA atlist Expert Advisors - Metatrader 4 31 01-31-2007 12:30 PM


All times are GMT. The time now is 02:36 AM.



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