If I have 3 indicators in a chart, loaded in the order
ind1
ind2
ind3
is there a way to guarantee that ind1 and ind2 are evaluated before ind3? I want to pass ind3 globals set in ind1 and ind2.
Thanks.
ind1
ind2
ind3
is there a way to guarantee that ind1 and ind2 are evaluated before ind3? I want to pass ind3 globals set in ind1 and ind2.
Thanks.
Comment