Runny Picasso / Publications
Forum
Could you please help me convert this pine script to mql4? Some of this like NZ function is very complex to me.
atr = 0.1 * nz(ta.atr(2)[1], ta.atr(2)) atr_ma = ta.ema(atr, 20) m = (ta.highest(2) + ta.lowest(2)) / 2
Need RSI indicator for MT4, with different calculation.
Hey I need RSI with a different calculation for the applied price (not with the Close price ). Instead of the closing price I need it to calculate with this: (Leading Span A of the Ichimoku cloud) Leading (Senkou) Span A = Conversion line + base line / 2 Plot value 26 periods in the future