How do i use this indicator on EA

[Deleted]  

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)

[Deleted]  
qjol:

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


Thanks you very much, it works
[Deleted]  
EADeveloper:

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