EA: ytg_Speed_MA_ea

0
(0)
Name:
EA: ytg_Speed_MA_ea
Author: satop (2010.07.06 17:46)
Downloaded: 3039
Download:
EA: ytg_Speed_MA_ea 1
 ytg_Speed_MA_ea.mq4 (1.3 Kb) View
 

THE DESCRIPTION,

 

EA: ytg_Speed_MA_ea 2

 

4 comments  To post a new comment, please log in or register

The best are always just a few blocks of code. Great work here. A true gem 🙂

12.08.2010 05:39 LBranjord

Will play around with it and see if I can get it to work...

Best Performing Expert Advisors

16.07.2010 22:27 Bestrobot

hi adaheem,

chech the extern int PeriodMA = 13;

mt4 doesn't not have chart for M13

try change the code

double MA_bar0 =iMA(NULL,0,PeriodMA,0,0,0,shift);
   double MA_bar1 =iMA(NULL,0,PeriodMA,0,0,0,shift+1);

to

double MA_bar0 =iMA(NULL,0,0,0,0,0,shift);
   double MA_bar1 =iMA(NULL,0,0,0,0,0,shift+1);

so it will follow the chart time frame

that is my opinion, now in office, can not test it

08.07.2010 12:14 erekit

hi

has any one had this EA to work? did it make any trade? it didn't make from yesterday.

Thanks

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.