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

Reply
 
Thread Tools Display Modes
  #31 (permalink)  
Old 11-02-2007, 03:19 AM
lepiricus's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 218
lepiricus is on a distinguished road
Thanks for the EA!

The EA works great if all you want to do is sell

I wish I new how to code, learning how is on my list of things to do, but its hard when you start from scratch.

The initiated sell trades appear to be working right on watching it backtest, but it does enter into a trade midstream so to speak and only sells at the moment, but its on the right track.
__________________
All your pips are belong to us!
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
  #32 (permalink)  
Old 11-02-2007, 03:34 AM
Member
 
Join Date: Dec 2006
Location: Minnesota, USA
Posts: 83
mrebersv is on a distinguished road
Quote:
Originally Posted by lepiricus View Post
The EA works great if all you want to do is sell
Oops! That was actually just a labeling error. Try this one.

-MRE-
Attached Files
File Type: mq4 Qbot-v0.2-beta.mq4 (5.8 KB, 211 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
  #33 (permalink)  
Old 11-02-2007, 03:56 AM
lepiricus's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 218
lepiricus is on a distinguished road
Quote:
Originally Posted by mrebersv View Post
Oops! That was actually just a labeling error. Try this one.

-MRE-
Awesome, it goes both ways now

One more small bug, if it hits SL or TP it automatically enters another trade going the same way, it doesn't wait for a fresh signal. This is causing a whole lotta trades and most of the ones it jumps back into end up hitting SL or gets a change of direction also resulting in a loss.

Fix that and I think we have something very close.
__________________
All your pips are belong to us!
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
  #34 (permalink)  
Old 11-02-2007, 04:03 AM
Member
 
Join Date: Dec 2006
Location: Minnesota, USA
Posts: 83
mrebersv is on a distinguished road
Quote:
Originally Posted by lepiricus View Post
One more small bug, if it hits SL or TP it automatically enters another trade going the same way, it doesn't wait for a fresh signal.
Ahh...that makes sense. I should have some time on Saturday to fix that problem...maybe sooner if a few things clear up like tonight did!

-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
  #35 (permalink)  
Old 11-03-2007, 12:20 AM
Member
 
Join Date: Dec 2006
Location: Minnesota, USA
Posts: 83
mrebersv is on a distinguished road
Well I haven't looked into this, but in thinking about the "EA re-opens the same trade after a stop is hit issue," the only way to mitigate this is to keep track of the price and have the EA close the order instead of modifying an open order with a new stoploss as the EA currently does.

You're probably thinking "so what?" Well, picture this. The Qbot EA is running and an order is open when all of the sudden your machine crashes! Well, the only stoploss now is the one that is sent during the initial order (i.e. 100 pips below the market entry). If the trade has moved 200 pips on your favor, then your machine crashes, then the market reverses, you won't have any locked in profit, and you could lose all 200 pips plus the initial 100 pip stoploss.

I would say the "no re-entry" feature is worth the issue described above, but I thought I'd post and let other people make up their own minds. If you don't want that feature, continue using v0.2-beta. If you do want that feature, it will be in the v0.3-beta when I release that.

Is there an interest for a position-sizing algorithm to be added to v0.3-beta? I was just thinking about swiping the "LotsOptimized" code from the "Moving Average.mq4" sample EA that comes with every MT4 install. There are other (many of them better) algorithms out there, but they'd require me to code them up. If there is enough interest, I may eventually code a few different algorithms and let the user pick their poison. Eventually, I will stop maintaining this code, so I am taking suggestions now. There are no guaruntees that I'll implement your features, but I'll take suggestions.

As a side note to lepiricus: You've been quite open about your system, patient about my schedule, and kind in your criticism/bug reporting. I would have no qualms about doing more EAs with you now or in the future. PM me if you're interested and I'll reply with my email in case I ever stop checking the Forex-TSD forums (in which I wouldn't read any PMs you send). The same work conditions would apply, and essentially boil down to the following:

1) I reserve the right to keep a copy of the EA for use/personal records/whatever
2) Although I'm very open to feature suggestions, I reserve the right to not personally implement a feature for any reason

I'm especially open to feature requests from the individual who proposed the EA (lepiricus, in this case). As a general rule, I implement mechanism, not policy when creating EAs for people. For example, just because I don't want a feature, don't think it'd be useful, or just don't like it does **NOT** mean I won't implement it. I will generally provide features may or may not desire (mechanism). What features to use is defined by policy (and I believe policy should be up to the individual trader).

-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
  #36 (permalink)  
Old 11-03-2007, 05:50 PM
Member
 
Join Date: Dec 2006
Location: Minnesota, USA
Posts: 83
mrebersv is on a distinguished road
Well I've had v0.3 ready since late last night, but with the markets closed right now, I haven't done a single trade of testing on it, so I don't want to release it yet. I've changed the EA so that you can specify the short time frame and long time frame variables (shortTF and longTF in the EA inputs) for anyone looking to test this on different time frames than 30/60. I really want to test this before releasing it since I sort of coded the new trailing stop implementation over a few different sessions, so it is possible that I've missed something or messed something up.

Just out of curiosity, is anyone still following this thread?

-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
  #37 (permalink)  
Old 11-03-2007, 05:52 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
Absolutly I am reading this thread... and it is understood that you will wait to test, because of the weekend (actually this is very much appreciated and take your time to FULLY test before the release as this will add to your credibility...there is no hurry)...

carry on

ES

P.S. I happen to be at my computer and saw your post...do not expect many replies to the readership over the weekend..We are playing


Quote:
Originally Posted by mrebersv View Post
Well I've had v0.3 ready since late last night, but with the markets closed right now, I haven't done a single trade of testing on it, so I don't want to release it yet. I've changed the EA so that you can specify the short time frame and long time frame variables (shortTF and longTF in the EA inputs) for anyone looking to test this on different time frames than 30/60. I really want to test this before releasing it since I sort of coded the new trailing stop implementation over a few different sessions, so it is possible that I've missed something or messed something up.

Just out of curiosity, is anyone still following this thread?

-MRE-

Last edited by ElectricSavant; 11-03-2007 at 05:58 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
  #38 (permalink)  
Old 11-03-2007, 06:13 PM
lepiricus's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 218
lepiricus is on a distinguished road
Quote:
Originally Posted by mrebersv View Post
Well I've had v0.3 ready since late last night, but with the markets closed right now, I haven't done a single trade of testing on it, so I don't want to release it yet. I've changed the EA so that you can specify the short time frame and long time frame variables (shortTF and longTF in the EA inputs) for anyone looking to test this on different time frames than 30/60. I really want to test this before releasing it since I sort of coded the new trailing stop implementation over a few different sessions, so it is possible that I've missed something or messed something up.

Just out of curiosity, is anyone still following this thread?

-MRE-
Thanks for your previous post MRE, and for donating your time. The incorporation of the adjustable time frames will be very nice. Basically if you set both TFs to 240 you have my longer term gbp/jpy system I also trade live on Fibonacci Trader.

This 4hr system is as basic as it gets. I just trade long positions on QQE crossovers on the 4hr time frame. No stop loss or take profit. The RSI period setting on the QQE is set to 10 instead of 14. I found 10 was more optimized for gpb/jpy.

You have to watch it with money management with this one. I only risk 1% on these trades because you can get caught in some wild swings at times and can take drawdowns of a few hundred pips if it you get caught in a retrace and it only trades a few times a month. But you see the biggest winner is over 800 pips and the biggest loser is 188.

But I'll post a shot of its performance since January 30th below. Its got a profit factor of over 3.3 and almost 3600 pips in 9 months. This system is profitable if you go long and short, but I go long only now because its profit factor is higher and I get the swap.
Attached Images
File Type: gif 4hr system.gif (68.4 KB, 721 views)
__________________
All your pips are belong to us!

Last edited by lepiricus; 11-03-2007 at 06:17 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
  #39 (permalink)  
Old 11-03-2007, 06:51 PM
Member
 
Join Date: Sep 2007
Posts: 98
zamanib is on a distinguished road
yes i am reading

Quote:
Originally Posted by mrebersv View Post
Well I've had v0.3 ready since late last night, but with the markets closed right now, I haven't done a single trade of testing on it, so I don't want to release it yet. I've changed the EA so that you can specify the short time frame and long time frame variables (shortTF and longTF in the EA inputs) for anyone looking to test this on different time frames than 30/60. I really want to test this before releasing it since I sort of coded the new trailing stop implementation over a few different sessions, so it is possible that I've missed something or messed something up.

Just out of curiosity, is anyone still following this thread?

-MRE-
ok test and then release
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
  #40 (permalink)  
Old 11-03-2007, 09:34 PM
Senior Member
 
Join Date: Aug 2006
Posts: 217
saintmo is on a distinguished road
Quote:
Just out of curiosity, is anyone still following this thread?
Yes, indeed.
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


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
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 11:01 AM.



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