How do i use this indicator on EA

 

i tried using SetIndexBuffer so as to use the pivot level but my EA cant find it using the iCustom, cant sombody please help me out?

Files:
 

There appears to no be buffers on this indicator, you will need to use ObjectDescription()

 

double ObjectGetValueByShift( string name, int shift)
double ObjectGet( string name, int index)

 
qjol:

There appears to no be buffers on this indicator, you will need to use ObjectDescription()


Thanks you very much, it works
 
EADeveloper:

double ObjectGetValueByShift( string name, int shift)
double ObjectGet( string name, int index)
Thanks,am very grateful, it works like a breez

Reason: