Experts: EA_RSI_MA

 

EA_RSI_MA:

This EA is based on the indicator RSI_MA. EA designed for EURUSD, D1.

Author: Leonid Basis

 

BF

If you do this

   // if (Symbol() != "EURUSD")
   if(StringFind(Symbol(), "EURUSD", 0)<0)

it handles the many brokers that put prefixes or suffixes on to pair names

-BB-

 
BarrowBoy:

BF

If you do this

   // if (Symbol() != "EURUSD")
   if(StringFind(Symbol(), "EURUSD", 0)<0)

it handles the many brokers that put prefixes or suffixes on to pair names

-BB-


Thank you.