tugiacar / Publications
Forum
Can you pease convert this code Metatrader 4
n = 7; R1=WMA(RSI(n),n); Plot(RSI(n),"RSI7", colorRed, styleLine); Plot(R1,"nameR1", colorWhite, styleLine); StRSI=100*(RSI(n)-LLV(RSI(n),n))/(HHV(RSI(n),n)-LLV(RSI(n),n)); S=WMA(strsi,5); Plot(S,"MStRSI", colorYellow, 1); Plot(20,"", 11, styleLine); Plot(80,"", 11, styleLine); thank you