Programming question

 

(NULL, 0, "Waddah_Attar_Explosion", 0, Current)


Looking for the Parameter number thats for the current Waddah indicator line  and  the number for the Current Histogram Value 


Thanks for your help 

 
  1. Only you know what you mean by "current line"
  2. You already know (or should) that it has four buffers [0 … 3]
    ind_buffer1[i] = Trend1;
    ind_buffer2[i] = (-1*Trend1);
    ind_buffer3[i] = Explo1;
    ind_buffer4[i] = Dead;