zzzzzzzzzzzzzzzzzz
EMACrosswithRSI3
See if this indicator is what you are looking for.
J
alert
Thanks ...I loaded the alert function and their were no errors but it doesnt work. My sendmail function tested fine and I have the experts turned on. I assume this is an expert indicator.Does anyone know if the alerts need to be set to "true" or other functioning to change to make this work?
double CrossUp[];
double CrossDown[];
extern int FasterEMA = 5;
extern int SlowerEMA = 17;
extern bool Alerts = true;
int upalert=false,downalert=false;
In search for a rsi ea
Hi
What I am looking for is an rsi ea.
All I want out of the ea is that it exicutes a trade when the line reaches a certain number and closes the trade when it reaches a certain number in the indicator.
I would like it to have a mm.
A tp and sl.
A break even option where I can choose the level I want.
Is there an ea out there like this or could someone write one for me?
Please please.
JTH

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
can anyone direct me to an RSI alert (ie crossing of the 50 line)?
Lots of ma alerts but nothing for this.