Hi Jason,
I have a problem that I can't seem to figure out.... 100% cpu usage on an AMD-64 3200+, 512M Ram, Win CP Sp2. Video Card 1 is Radeon 800XL, card 2 is Colorgraphic PCI LT2.. Usual physical memory available >100000, after loading esignal.
I have 3 efs scripts that are modifications of the custom ones eg Stochastics. In my version of the script, I use graphic changes such as back ground, line colors/widths, etc.. , in both the price bar area and indicator area. I say this because when I go use the original scripts, my usage drops to 2%, but when I use those with the set.... graphic stuff, it goes to over 70%. And when I have multiple charts up, the usage is pegged at 100%.
Now what is interesting, is that if I switch to another desktop, while leaving esignal still running, I can run e-mail/web/etc, and usage stays below 10%. All alerts still work fine. Also, if when esignal is displayed, if I tap the chart over one bar so that the current bar is not visible, usage drops below 2%.
All my scripts have setComputeOnClose(true), so as I understand it they are not accessed until the next bar begins.
So, I need to understand why drawing that one little bar chart can draw so much cpu usage? is there anything I'm doing wrong? Is the whole chart graphic re-drawn each time the price moves up/down one tick? Any ideas? would more RAM make this problem go away?
Thanks
Mark
I have a problem that I can't seem to figure out.... 100% cpu usage on an AMD-64 3200+, 512M Ram, Win CP Sp2. Video Card 1 is Radeon 800XL, card 2 is Colorgraphic PCI LT2.. Usual physical memory available >100000, after loading esignal.
I have 3 efs scripts that are modifications of the custom ones eg Stochastics. In my version of the script, I use graphic changes such as back ground, line colors/widths, etc.. , in both the price bar area and indicator area. I say this because when I go use the original scripts, my usage drops to 2%, but when I use those with the set.... graphic stuff, it goes to over 70%. And when I have multiple charts up, the usage is pegged at 100%.
Now what is interesting, is that if I switch to another desktop, while leaving esignal still running, I can run e-mail/web/etc, and usage stays below 10%. All alerts still work fine. Also, if when esignal is displayed, if I tap the chart over one bar so that the current bar is not visible, usage drops below 2%.
All my scripts have setComputeOnClose(true), so as I understand it they are not accessed until the next bar begins.
So, I need to understand why drawing that one little bar chart can draw so much cpu usage? is there anything I'm doing wrong? Is the whole chart graphic re-drawn each time the price moves up/down one tick? Any ideas? would more RAM make this problem go away?
Thanks
Mark
Comment