Forex
Google
New signals service!

Go Back   Forex Trading > Metatrader Training > Metatrader 4 mql 4 - Development course > Questions


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
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 03-30-2006, 03:22 AM
Senior Member
 
Join Date: Jan 2006
Location: Australia
Posts: 112
jorgka is on a distinguished road
My Expert Template Please modify?

Hi all,

I have an expert template that I use, Which is generated from gordago.
However I would like to add other functions such as BREAKEVEN, STEPLOSS and any other functions you think should be add to a standard EA template.

I can do minor programming but this is testing my limits in which I have already exhausted.

Thanks

Jorgka
Attached Files
File Type: mq4 My Template.mq4 (6.3 KB, 281 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 03-30-2006, 08:54 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,816
Blog Entries: 145
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
Lesson 18 - Working with templates.
One of Codersguru lesson.

Codersguru template for iCustom and alerts.

Last edited by newdigital; 03-30-2006 at 08:59 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 05-19-2006, 12:28 PM
Senior Member
 
Join Date: Mar 2006
Posts: 128
automatedtrader is on a distinguished road
http://sufx.core.t3-ism.net/ExpertAdvisorBuilder
there is a place to make simple experts...you can even load up custom indicators, there is a forum to see how to use it....if you ask to have an indicator added just ask them on the forum...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 06-10-2006, 03:52 PM
Aaragorn's Avatar
Senior Member
 
Join Date: Jun 2006
Location: USA
Posts: 801
Aaragorn is on a distinguished road
Quote:
Originally Posted by automatedtrader
http://sufx.core.t3-ism.net/ExpertAdvisorBuilder
there is a place to make simple experts...you can even load up custom indicators, there is a forum to see how to use it....if you ask to have an indicator added just ask them on the forum...
where do I ask who on what forum? I would like to know how to add custom indicators using this utility.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 04-24-2007, 04:12 AM
Money Duck's Avatar
Member
 
Join Date: Nov 2006
Location: Florida
Posts: 82
Money Duck is on a distinguished road
Quote:
Originally Posted by automatedtrader
http://sufx.core.t3-ism.net/ExpertAdvisorBuilder
there is a place to make simple experts...you can even load up custom indicators, there is a forum to see how to use it....if you ask to have an indicator added just ask them on the forum...

Tried loading an EA and it did not seem to work. Any ideas.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 04-30-2007, 09:37 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,816
Blog Entries: 145
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
New thread about templates to create EAs EA Templates
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 05-04-2007, 06:15 PM
Member
 
Join Date: Mar 2006
Posts: 33
dr_richard_gaines is on a distinguished road
Expert Builder

Quote:
Originally Posted by Money Duck
Tried loading an EA and it did not seem to work. Any ideas.

Hi

It will usually give a error message that you have to define the parameters of the indicator. There is a box called parameters that if you put anything in you now have to do above int start and manually add the line.

extern double yourindicatorsparameter1, yourindicatorsparameter2, yourindicatorsparameter3;

Whatever you entered into the parameters of your indicators has to be manually defined. You'll get a clean compile then and it will run. I have several that the indicator was good so they trade profitably. The problem is everyone is so worried about profit that they dont take the time to really read the instructions. Or better yet learn how to code. The compiler will tell you exactly what you need that it wants and expects.

Hope this helps if not send the Expert to me and I'll have a look:
Dr Richard Gaines
dr_richard_gaines@yahoo.com

Last edited by dr_richard_gaines; 05-04-2007 at 07:09 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 05-28-2007, 03:39 PM
Beno's Avatar
Senior Member
 
Join Date: Aug 2006
Location: London
Posts: 361
Beno is on a distinguished road
Time Based Trailing Stop/ Trailing Profit

Gidday

I have had an idea but wonder if it’s been created before it’s a time based TrailingStop or a TrailingProfit most of these indicators move when the price moves or on the new bar. What if it moved completely independently let’s say every 5 second or 3 mins or 60min depending on what Time Frame you are using.

Has this been done before if not could it be made.

Cheers

Beno
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 12-07-2007, 11:49 AM
MrM MrM is offline
Member
 
Join Date: Jul 2007
Posts: 75
MrM is on a distinguished road
Crossover template

Is there a template available somewhere that someone knows of that gives you the basic layout for a crossover EA of two custom indicators in the chart window?

thx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 01-29-2008, 10:12 AM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,174
matrixebiz is on a distinguished road
Are there EA templates?

I have a Commercial system with indicators that I bought and they don't make an Autotrade EA for it so I just have indicators. Is there and EA template that I can just input links to my Indicators and when they trigger a Buy or Sell condition then the EA will place the Trade?
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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
Lesson 18 - Working with templates codersguru Metatrader 4 mql 4 - Development course 13 08-03-2008 02:39 AM
EA Templates xxDavidxSxx Expert Advisors - Metatrader 4 15 01-29-2008 01:38 PM
Profitunity Templates....... Qbert006 Indicators - Metatrader 4 2 03-06-2006 08:33 PM


All times are GMT. The time now is 06:21 AM.



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