I’m making direct calls from a Strategy to an Indicator ( AaZlemaVma(14,9,6) ) using the following statement:
ZV_Vma1 = AaZlemaVma(14,9,6).Vma[1];
This returns the Y coordinate used in plotting the Indicator.
Is there was a way to declare some type of variable in the Strategy for the indicator “AaZlemaVma(14,9,6)” and use that variable instead of “AaZlemaVma(14,9,6)” in the statement?
Thanks for your help,
jhill

Comment