Triple Currency Alignment EA won't make trades?

 

This is my first attempt to program or code using more than one currency pair.

The currency being traded is Only the EURUSD on the one min. timeframe.

Some of the required criteria hasn't been put in the code yet. For right now, I would just like to

see it make trades on the backtest or visual using the current criteria. The conditions that

are active right now are, 3 RSI's aligning for Each currency pair or 9 in all. The only

closing criteria right now is an increase in Volume. This is a Highly accurate method that

works on an increase in Volatility when all 3 pairs are going the same direction. Would

love to see this actually make some trades.

Thanks,

JimTrader1

Files:
 
   rsi=iRSI("symbol1",PERIOD_M1,4,PRICE_CLOSE,0);
   sis=iRSI("symbol1",PERIOD_M1,4,PRICE_CLOSE,1);
I doubt you have any currency pairs named symbol1, symbol2, or symbol3 from your broker.
 

So, I just need to put in the actual symbols, is this correct?

Thanks, WHRoeder.

WHRoeder:
I doubt you have any currency pairs named symbol1, symbol2, or symbol3 from your broker.