Search found 86 matches

Re: MT4 Indicator requests and ideas

Hi, Mt5 doesn't have iClose,  how can I use this code? I use this function to emulate iclose but it's not working.. double _Close[]; int TotalBars=1; bool IsConsecutiveHighBars(int cbars,int cshift) { for (int cnt=cshift; cnt<=cshift+cbars;cnt++) {  if (iClose(Symbol(),0,cnt)<=iClose(Symbol(),TimeFr...

Return to the advanced search