a0011010011 / Publications
Forum
Help converting 2 lines of MQL5 - MQL4
Hi I have these 2 lines if (CopyBuffer(BolBandsHandle, 0, 0, 3, BBMidle) < 0 || CopyBuffer(BolBandsHandle, 1, 0, 3, BBUp) < 0 || CopyBuffer(BolBandsHandle, 2, 0, 3, BBLow) < 0) and if (CopyBuffer(demaHandle, 0, 0, 3, demaVal) < 0) from this file https://www.mql5.com/en/code/166 I would really