Alexis:
I tested this and you're correct
Does NOT return the correct values!
The editor does not return a syntax error!
So there must be a bug!!
If this syntax is not proper then either the syntax checker should catch it or it should cause an error upon execution.
I guess this is just another "GOTCHA" then I have discovered.
I appreciate you informing me of this.
Thanks!!
I tested this and you're correct
PHP Code:
tStochK = stochK(14,1,3, sym(iSymbol), inv(iInterval) ) ;
tStochD = stochD(14,1,3, sym(iSymbol), inv(iInterval) ) ;
The editor does not return a syntax error!
So there must be a bug!!
If this syntax is not proper then either the syntax checker should catch it or it should cause an error upon execution.
I guess this is just another "GOTCHA" then I have discovered.
I appreciate you informing me of this.
Thanks!!
Comment