Sam_ax / Publications
Forum
MTF : How to get a "normal" iHigh(NULL,PERIOD_M15,i)
Hey guys, this issue makes me crazy, and I didnt find (or understand) any solution. My iCustom indicator (working on 1M chart) is using differents times frame, such as : M15HighPrice[i]=iHigh(NULL,PERIOD_M15,i); M5HighPrice[i]=iHigh(NULL,PERIOD_M5,i); But why a new value is calculted every minute