How can I have the indicators value?

 

Hi everyone,

I just want to help me to know how can I have the value of for example the Kinjun of Ichimoku or of the Teeth on the Alligator indicator. By the way, I just want to know how the hell can I have simply have it one my Expert instead of in the graph for being able to made an algorithm with the value.

Thanks, Bye

 
jyhel971:

Hi everyone,

I just want to help me to know how can I have the value of for example the Kinjun of Ichimoku or of the Teeth on the Alligator indicator. By the way, I just want to know how the hell can I have simply have it one my Expert instead of in the graph for being able to made an algorithm with the value.

Thanks, Bye

Example for Kijunsen Ichimoku:

double Kijun0=NormalizeDouble(iIchimoku(_Symbol,PERIOD_CURRENT,9,26,52,MODE_KIJUNSEN,0),_Digits);
 

Thank you a lot!!

Reason: