I want to access 2 to 3 days' data like price, volume, hour, minute from a 1 tick chart of the sp500 emini, es #f=2.
My efs caused eSignal to hang up. I have attached an stripped donw efs which calculate a simple moving average with my embedded code. If I commented my code, the efs calculates and draw the moving average without any significant delay.
but with my code embedded in the efs, eSignal would hang up and I had to use the Windows Task Manage to end the task.
I tried running the efs from a 100 tick chart without any problem. But as I reduced the chart interval from 100 ticks to 10 ticks, it took longer and longer to run, until at 1 tick, eSignal would hang up.
Can someone tell me what's the problem here. Why did the basic moving average efs run smoothly, whereas with my embedded code, it would slow down until it freezes eSignal with a 1 tick chart?
Cliff
My efs caused eSignal to hang up. I have attached an stripped donw efs which calculate a simple moving average with my embedded code. If I commented my code, the efs calculates and draw the moving average without any significant delay.
but with my code embedded in the efs, eSignal would hang up and I had to use the Windows Task Manage to end the task.
I tried running the efs from a 100 tick chart without any problem. But as I reduced the chart interval from 100 ticks to 10 ticks, it took longer and longer to run, until at 1 tick, eSignal would hang up.
Can someone tell me what's the problem here. Why did the basic moving average efs run smoothly, whereas with my embedded code, it would slow down until it freezes eSignal with a 1 tick chart?
Cliff
Comment