Hi Can u post the EA so we can have a look to try and help?
You mean the Rich MACD M1 trader? Really like to take a look. But I think you only get the EX4, and there might be expiration date, or even hard coded AccountNumber on it, that's why you cant use them anymore.
Regards,
David
Rich MACD
This is the correct configuration:
Download a MACD normal and change this:
- // SlowMA-5000 FastMA-1000 Sygnal-200 // M1
extern double TakeProfit = 125;
extern double StopLoss = 50;
extern double MATrendPeriod=1000;
#include
int init()
{
lotlib_PrevLots = 0.0; lotlib_PrevProfit = 0.0;
}
Also read this:
This is the correct configuration:
Download a MACD normal and change this:
- // SlowMA-5000 FastMA-1000 Sygnal-200 // M1
extern double TakeProfit = 125;
extern double StopLoss = 50;
extern double MATrendPeriod=1000;
#include
int init()
{
lotlib_PrevLots = 0.0; lotlib_PrevProfit = 0.0;
}
Also read this:
https://www.mql5.com/ru/code/7749
Participant Rich - Automated Trading Championship 2006where is normal macd? what do you mean normal? and what we should change? or could you upload it for us please
This is a dead link: https://www.mql5.com/ru/code/7749

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi there,
Does anyone know how to make to 2006 champions Ea work as i have it but cant make it work need help
Cheers