Can anyone tell me how to get the value of the Delayed Line in the Ichimoku.efs study? I'm using:
var Ichimoku = call("Ichimoku.efs");
to get the values of the other variables returned in the study, but since element [2] of the array returned in the study is null, I'm not getting the Delayed Line value.
Thanks,
Warren
var Ichimoku = call("Ichimoku.efs");
to get the values of the other variables returned in the study, but since element [2] of the array returned in the study is null, I'm not getting the Delayed Line value.
Thanks,
Warren