Quote:
|
Originally Posted by newdigital
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.
|
wow, this is really helpful! Thanks so much for your explanation! Even though I do not know how to use the expert, I can analysis by myself with the two ema

Thanks again!
Shiningstar