Forex
Google

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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 03-27-2006, 07:22 PM
pip-gandalf pip-gandalf is offline
Member
 
Join Date: Mar 2006
Posts: 53
pip-gandalf is on a distinguished road
Joining EA's with indicators

How can I join the output of an EA with other indicators - for example - if I have an EA that can give me a trend direction - and - this output would be delayed until another indicator gives me entry (to be taken upon the EA )? How can they be joined to one ea in Meta trader?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-27-2006, 07:35 PM
Nicholishen's Avatar
Nicholishen Nicholishen is offline
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
Quote:
Originally Posted by pip-gandalf
How can I join the output of an EA with other indicators - for example - if I have an EA that can give me a trend direction - and - this output would be delayed until another indicator gives me entry (to be taken upon the EA )? How can they be joined to one ea in Meta trader?
you could make the Ea's into separate functions of one EA. For example:

PHP Code:
if(OriginalEASignal()){
   if(
AdditionalCriteria()){
      
OpenOrder();
   }

__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-27-2006, 09:03 PM
fix_man fix_man is offline
Member
 
Join Date: Mar 2006
Posts: 28
fix_man is on a distinguished road
Talking Creating EA for TrendStrengthEMA

Hey guys,

I just had a thought. How about creating an EA for the TrendStrengthEMA.

Setup details:

If the pair trend first bar is above the zero line, then send Alert
then if the 2nd bar is greater than the first bar but above the zero line then initiate BUY

If the pair trend first bar is below the zero line, then send Alert
then if the 2nd bar is less than the first bar but below the zero line then initiate SELL

To exit the existing SELL/BUY transaction details:

For the BUY - if the newest bar is 35% less than 2nd last bar, then initiate SELL to close the BUY position

For the SELL - if the newest bar is 35% more than 2nd last bar, then initiate BUY to close the SELL position

********************

In regards to the calculations of the bars to give the overall height, those are the numbers we should use to determine the exiting of the BUY/SELL signal not the actual TS number on the side.

What do you think?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-28-2006, 06:35 AM
pip-gandalf pip-gandalf is offline
Member
 
Join Date: Mar 2006
Posts: 53
pip-gandalf is on a distinguished road
Read my reply to you in the Bunny cross question - or email me at :
eblasterasia01(at)yahoo(dot)com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

vB 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
Beginner: Indicators as EA's Sadly Metatrader 4 mql 4 - Development course 4 06-20-2008 10:29 AM
Joining the "ELITE SECTION" who has comments on this pikachucom General Discussion 7 04-10-2006 01:36 PM


All times are GMT. The time now is 09:37 AM.