I've written a script that draws particulars on the chart when played back. If i Jump through the tic file (7500 minutes at a time and I do this twice to get to the end of the file), results are where i would expect them. Particulars are based on close(-1) .
When i play back the tic file at 200 times running the script, particulars are not the same. I understand from other postings that using fast forward cause the efs to reload each candle or at the end of the Jump.
My problem is that i would like my results to be the same in normal playback ( at 200 times ) as they are when i Jump through the tic file from begining to end. Is there a way to achieve the same results, using close(-1) when playing back the file as i get when i Jump through the tic file?
Any assistance would be greatly appreciated.
Dave
When i play back the tic file at 200 times running the script, particulars are not the same. I understand from other postings that using fast forward cause the efs to reload each candle or at the end of the Jump.
My problem is that i would like my results to be the same in normal playback ( at 200 times ) as they are when i Jump through the tic file from begining to end. Is there a way to achieve the same results, using close(-1) when playing back the file as i get when i Jump through the tic file?
Any assistance would be greatly appreciated.
Dave
Comment