Please help me understand this problem I'm running across in calling addLibraries. In the attached efs, I am calling two addLibrary functions, one BlauStudies and the other amStudies.
I am trying to extract values for DSStoch/DSig and for amZlag,
however, I get null values for DSStoch. I can get DSStoch values only if I eliminate the other amLibrary. Can I not call two different Libraries at the same time ? I am plotting 2 Mov. avgs in a Offset Series on the chart. Oviously, since there are null values for DSStoch, there is no color plot either. DebugPrint is on line 164.
I am extracting values for PDI and NDI also. I have included them
under bInit . Is this neccessary/efficient way to do this and then use .getValue(0) to get thier values, or, to not include them under bInit?
Thanks for helping in advance!!!
angelo
I am trying to extract values for DSStoch/DSig and for amZlag,
however, I get null values for DSStoch. I can get DSStoch values only if I eliminate the other amLibrary. Can I not call two different Libraries at the same time ? I am plotting 2 Mov. avgs in a Offset Series on the chart. Oviously, since there are null values for DSStoch, there is no color plot either. DebugPrint is on line 164.
I am extracting values for PDI and NDI also. I have included them
under bInit . Is this neccessary/efficient way to do this and then use .getValue(0) to get thier values, or, to not include them under bInit?
Thanks for helping in advance!!!
angelo
Comment