Using the callFunction command I can get the value of another indicator into the indicator I am building
DT2 = callFunction("test.efs", "main");
I can't figure out how to get the top three values(of test.efs) for the last 20 bars
Any Ideas?
Thanks in advance for any help.
DT2 = callFunction("test.efs", "main");
I can't figure out how to get the top three values(of test.efs) for the last 20 bars
Any Ideas?
Thanks in advance for any help.