EFS specialists,
It's not a good day at all for me!! When I test my efs using volume intervals, I found odd results during tick playbacks using relative small volume intervals e.g. 2000-5000V . Further testing revealed that data accessing function, close() , does not return price values the same as what displayed in esignal chart.
The attached efs is just to return close prices using:
1. close()
2. getValue(, 0, 1, "$PLAYBACK,2000V")
For AMZN of 10/28/03, the efs initially returned close values the same as the data given by esignal chart (1st chart). However, the returned close values later lagged esignal chart quite a lot (2nd chart).
Please tell me which ones is correct - values returned by close() or values displayed in the esignal chart ?
Dzung Nguyen
It's not a good day at all for me!! When I test my efs using volume intervals, I found odd results during tick playbacks using relative small volume intervals e.g. 2000-5000V . Further testing revealed that data accessing function, close() , does not return price values the same as what displayed in esignal chart.
The attached efs is just to return close prices using:
1. close()
2. getValue(, 0, 1, "$PLAYBACK,2000V")
For AMZN of 10/28/03, the efs initially returned close values the same as the data given by esignal chart (1st chart). However, the returned close values later lagged esignal chart quite a lot (2nd chart).
Please tell me which ones is correct - values returned by close() or values displayed in the esignal chart ?
Dzung Nguyen
Comment