Forum

calling buffer from ex5 indicator

HI, Just wondering how exactly you call an indicators specific buffer with only an ex5 file? With source code it is obvious as you can see them 0,1,2,3,4 etc. With ex5 I have no idea what buffer matches to which number and how to reference/call that specific buffer. Especially if there are 6 buffers

Indicator is calculating the same values for every currency pair and time frame.

Hi, Not exactly sure why this is happening, but for some reason when I change this indicator to use iCustom, it is showing the same indicator signals/values on every time frame and every currency pair . The original indicator was doing this: "L1[i] += iVolume (Symbol(),0,i) " which worked perfectly