how to refer to one custom indicator in other?

#1
Hi,

I have a small issue that I would like resolved.

I have a custom indicator called arun. I am writing another indicator called panda in which I need to use the last day value of arun. Is it possible?

Thanks
 

KelvinHand

Well-Known Member
#2
Hi,

I have a small issue that I would like resolved.

I have a custom indicator called arun. I am writing another indicator called panda in which I need to use the last day value of arun. Is it possible?

Thanks
if you run 2 indicators, then go and lookat & Play around with:
* VarGet(), VarSet();
* StaticVarGet(), StaticVarSet();