Forum

RSS Conversion into MQL4

Hi All, I am wondering if someone could help out, there is an RSS indicator inside NinjaTrader that plots the SMA on the RSI on the difference between two EMA's. the calculation is below: ==================================================== spread.Set(EMA(EMA1)[0] - EMA(EMA2)[0]); // buffer that