View Single Post
  #7 (permalink)  
Old 05-19-2006, 08:22 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 20,079
Blog Entries: 241
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 shiningstar

Hi,

I tried to add some indicators to my Mt4 but it seems that they does not work at all. Any one can tell me what should I do? I have added many indicators before and they all works good. But this time....

I have attached the indicator files that do not work on my mt4. HOpe any one can help me

Shiningstar
Hi shiningstar,

GoldenCross.mq4 is EA. It is not an indicator.
This EA is using two EMAs crossing: 50 and 200.

EA will buy if:

- 50 EMA on the second closed bar < 200 EMA on 2dn closed bar;
and
- 50 EMA on 1st closed bar > 200 EMA on 1st closed bar;
and
- and close price of 1st (previous) bar < closed price of 0 (current) bar
and
- do not re-order within 10 minutes.
Reply With Quote