how to access to a variable of an indicator in my expert advisor

[Deleted]  

Hello,

All is in the title

I used an indicator and i want be able to access to one of the variable of this indicator in my expert advisor

How can i do ?

Thanks.

 
crazyz:

Hello,

All is in the title

I used an indicator and i want be able to access to one of the variable of this indicator in my expert advisor

How can i do ?

Thanks.


Have you learned how to code a little ??

If not then start beginning to learn how to code.

if you have then show us your problem and what you tried... 

 
crazyz: I used an indicator and i want be able to access to one of the variable of this indicator in my expert advisor
You can only access indicator buffers via iCustom
[Deleted]  

Actually the variable is not accessible via iCustom :( i have look it ...

So impossible to get it ?

 
crazyz: So impossible to get it ?
What part of
only access indicator buffers
was unclear?
 
crazyz:

Actually the variable is not accessible via iCustom :( i have look it ...

So impossible to get it ?


Yes impossible, even by asking several times :-)

If you have mql5 code of the indicator you can try to implement its logic into your EA.

 
crazyz:

Actually the variable is not accessible via iCustom :( i have look it ...

So impossible to get it ?

Do you have access to the source code of the Indicator ?  then you can get access to the variable by exposing it via a buffer,  a Global Variable or via a chart Object . . .  depending on the type.