After multiple ways of trying to figure out why I cannot get this to work, I have come to you guys once again.
When using "getValue" to try and call the value including the "inv" added in EFS2 I am having no luck.
As stated in the KnowledgeBase here are the way the fields are suppose to work.
I have tried the following ways to be able to retrieve the value, but it seems to ignore the "inv" and just pull from the interval currently loaded on the chart.
Am I missing something here?
When using "getValue" to try and call the value including the "inv" added in EFS2 I am having no luck.
As stated in the KnowledgeBase here are the way the fields are suppose to work.
PHP Code:
getValue( barType, barIndex [,numBars] [, sym()] [, inv()] )
PHP Code:
getValue( "Close", -1, null, null, inv(90));
PHP Code:
getValue( "Close", -1, inv(90));
Comment