Forex
Google
New signals service!

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
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-28-2006, 08:55 PM
Member
 
Join Date: Oct 2006
Posts: 56
Jovager is on a distinguished road
How change parameters in EA ?

Can I use the same EA for different symbols with different parameters?

Can I have a 20 Moving Average for a symbol, and a 50 Moving Average in another?

Thanks for help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-28-2006, 09:58 PM
lowphat's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 199
lowphat is on a distinguished road
lets see i think TSD (which i believe is the namesake of this forum) has some multi pair action. may wanna study that. also the 1st value of an indicator is the pair.

iMA("EURUSD",0,13,8,MODE_SMMA,PRICE_MEDIAN,i);
for interbank mini and micro i guess it would be
iMA("EURUSDm",0,13,8,MODE_SMMA,PRICE_MEDIAN,i);
Attached Files
File Type: mq4 TSD-MT4- V1c.mq4 (11.0 KB, 14 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-29-2006, 02:30 AM
Eaglehawk's Avatar
Senior Member
 
Join Date: Jun 2006
Posts: 141
Eaglehawk is on a distinguished road
one way i set up my code when using a moving average in an ea is like this;
adding a global variable:

PHP Code:
extern double emaperiod 20
and changing where you define your variable to this:

PHP Code:
double ma iMA(NULL,0,emaperiod,1,0,PRICE_CLOSE,1); 
of course you can adjust this to however you want your moving average set up, but the3 purpose of doing this is that when you apply the ea, you can just change the inputs (inputs tab) to what you desire your trailing stop to be.
__________________
"One's ability to accomplish his or her goals is limited only by the ingenuity of how one uses what he or she already knows."- Eaglehawk
REMEMBER,
"Genius is nothing but a greater aptitude for patience." –Benjamin Franklin

____________________________________

Have a simple ea you just can't figure out how to code??? Odds are you can make it here. Just remember to push complete when you're done, NOT SAVE!!!

http://sufx.core.t3-ism.net/ExpertAdvisorBuilder
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 On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Parameters of this indicator? SloForeX Indicators - Metatrader 4 1 11-16-2006 06:20 PM
How many parameters can the OrderSend allow? Aaragorn Questions 6 07-17-2006 10:31 PM
Have parameters need a MT4 programmer trevtrade Suggestions for Trading Systems 4 03-08-2006 02:10 PM


All times are GMT. The time now is 04:45 AM.



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