Fiscal_Dev / Publications
Forum
Array initalization not working correctly
Hey,I've been trying to create a dynamic array in which i have to store the calculation of data from the indicator and use it for different calculation but its not working. Can anyone suggest me how should initialize the array. Code: int exitHigh_handle; double exitHigh_buffer[]; int exitLow_handle;