----- Original Message -----
From: "ondrej.uhlarik" <
ona@xxxxxxxx>
To: <
amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, May 11, 2008 2:44 PM
Subject: [amibroker] How To Restore Formula Speed?
> Hello,
> I have programed quite a complicated indicator in AFL. When I load it
> in a pane it significantly slows down scrolling speed and reaction
> speed in general. That I find very annoying, so I made a Toggle
> parameter to switch between 2 modes: Basic (which does not show so much
> but does not affect speed so much either) and Advanced (which shows
> everything and affects speed a lot). Now the problem is as follows:
> I insert the indicator in a pane in the Basic mode and the speed is ok.
> Then I switch to the Advanced mode and the speed gets worse. Then I
> switch back to the Basic mode but the speed remains bad, i.e. the
> original speed is not restored. It seems that the Advanced data are
> still loaded in some memory cache and affect speed of the indicator
> even if I switch back to the Basic mode. Is there any chance to clear
> or reset the data loaded in memory (or whatever) without removing the
> indicator from the pane and re-inserting it back?
> Thank you for your ideas, and please keep in mind that I am a beginner
> in programing :)
>
>