Greetings:
I am getting some values returned by a function that seem to be incorrect. I am running these in a chart for AB #F,2 in v7.91.
1. sma(1, hlc3(), sym("TY #F,D"))
returns: 689.90, when the value should be: 109.13
2. high(sym("TY #F,D"))
returns: 109.61, when it should be: 109.20
3. low(sym("TY #F,D"))
returns: 109.02, when it should be: 109.00
4. close(sym("TY #F,D"))
returns: 109.59, when it should be: 109.19
Any ideas?
Regards,
Warren
I am getting some values returned by a function that seem to be incorrect. I am running these in a chart for AB #F,2 in v7.91.
1. sma(1, hlc3(), sym("TY #F,D"))
returns: 689.90, when the value should be: 109.13
2. high(sym("TY #F,D"))
returns: 109.61, when it should be: 109.20
3. low(sym("TY #F,D"))
returns: 109.02, when it should be: 109.00
4. close(sym("TY #F,D"))
returns: 109.59, when it should be: 109.19
Any ideas?
Regards,
Warren
Comment