Fibo_Pivot_Lines_GMT Indicator

 
I just downloaded the "Fibo_Pivot_Lines_GMT" Indicator and i'm trying to use it in an expert advisor.


MY CODE:
FIBO=iCustom(NULL,0,"Fibo_Pivot_Lines_GMT",MODE_?,0);


Question: What "MODE" do i use in order to return FR3, FR2, FR1, PIVOT, FS1, FS2, FS3 (that are set by the indicator)?

I'm using this indicator as a support/resistance in an expert advisor, i need for the icustom function to return FR3, FR2, FR1, PIVOT, FS1, FS2, FS3.



Thanks
 
You cannot use the iCustom function with Fibo_Pivot_Lines_GMT indicator because there is no SetIndexBuffer function in the code of Fibo_Pivot_Lines_GMT indicator. You have to just copy the code of Fibo_Pivot_Lines_GMT indicator into your expert advisor.