I would like to make a call from a study in a chart running one symbol, to a file that runs a study on a different symbol. For example, I might use
var XYZ = call("Directional_Breakout_ColorBarsDBC.efs");
to get the value returned by the study for the attached file.
However, that would only return the value for the symbol of the chart from which I was making the "call", such as the Russell 2000 if I was making the call from a chart using "AB #F". What I would like to do is to be able to make the call from my study running in a Russell 2000 chart, and receive the value returned by the "Directional_Breakout_ColorBarsDBC.efs" file for "$ADDQ".
Is there a way to do this?
Thanks
Warren
var XYZ = call("Directional_Breakout_ColorBarsDBC.efs");
to get the value returned by the study for the attached file.
However, that would only return the value for the symbol of the chart from which I was making the "call", such as the Russell 2000 if I was making the call from a chart using "AB #F". What I would like to do is to be able to make the call from my study running in a Russell 2000 chart, and receive the value returned by the "Directional_Breakout_ColorBarsDBC.efs" file for "$ADDQ".
Is there a way to do this?
Thanks
Warren
Comment