Forum

how to write multiple Strategy on the same EA

Hi ALL, Sorry to Bother u guys, i bought the EA in mql5 Market , but the Developer is no longer reply anymore, int getSignal() { double Amin = rsi( 1 )-rsi( 2 ); double Bmin = rsi( 3 )-rsi( 4 ); double Cmin = rsi( 5 )-rsi( 6 ); if (Amin< 0.0001 &&( iRSI ( NULL , PERIOD_H1 , 14

how can i get the last 10 every single RSI value?

Hi guys, i know this is a stupid question, but can u guys tell me which function i can use that. if i have the buy option below: if(iRSI(NULL,0,14,PRICE_CLOSE,10)>20 and rsi shift is 10, that means will open the buy order when the 10th rsi value(from left to right) is below 20. But if i want my EA