if (xStudyPiv == null) {xStudyPiv = efsExternal( "Propivs.efs");
This external efs calculates trader pivots. It expects no parameters, and returns 14 pivot values. Can anyone please help with the next line of code I should use to retrieve these 14 values for storage in an array? I have been able to retrieve the first value by using xStudyPiv.getValue(0), however this isn't the answer. Have not been able to find a reasonable example anywhere, and welcome all comments.
Cheers
Mervk
This external efs calculates trader pivots. It expects no parameters, and returns 14 pivot values. Can anyone please help with the next line of code I should use to retrieve these 14 values for storage in an array? I have been able to retrieve the first value by using xStudyPiv.getValue(0), however this isn't the answer. Have not been able to find a reasonable example anywhere, and welcome all comments.
Cheers
Mervk
Comment