Hello,
Please read release notes, quote
"Performance warning tooltip is popped up automatically only once per
run unless you exceed 1000% load"
Keep your load below 1000%.
Best regards,
Tomasz Janeczko
amibroker.com
On 2010-05-03 19:28, Dennis Brown wrote:
All,
Please ignore my comment below about the load factor changing with the
final release -- it does not. I figured out that my load factor
varies during the day depending on the details of the chart. I am
doing come complex calculations that get more or less intense
depending on the patterns showing up in the chart. My load factor is
now around 900 at this point in the day. The popups have stopped for
the moment -- until the charts change patterns again. I still want to
banish the popup though.
BR,
Dennis
On May 3, 2010, at 9:46 AM, Dennis Brown wrote:
Tomasz,
I have the 5.30 final release, but the popup is still popping up all
the time, but just when my formula is at a little higher load factor
now. I noticed that my formula runs a higher load factor than it did
before the final release. It used to be in the 800s, now it is in
the 1200s, with no changes to the formula or settings by me that I
can recall. I am scratching my head, but I just wanted to point out
that the popup keeps showing up still (it covers up some critical
information on my chart and distracts me from trading).
Is there a way to completely disable this popup?
I will direct my question to support if that is a better route at
this point.
Best regards,
Dennis
On Apr 3, 2010, at 4:46 PM, Dennis Brown wrote:
Tomasz,
Thank you for considering this problem.
I understand your desire to preempt support questions about
performance from new users and guide them towards fixing the right
problem.
I found the red "!" in the lower corner caught my attention right
away and it gave me all the information in the popup on demand.
Having the popup happen only once was also sufficient to let me
know about this new feature. Once a user knows about the feature, I
don't think it necessary to have a constant nag reminder after this
point.
I will trust you to find the way that works for everyone.
Best regards,
Dennis
On Apr 2, 2010, at 8:08 PM, Tomasz Janeczko wrote:
Hello,
For what is worth it pops every minute only if load factor is above
300.
It pops up only once if load is above 100 but below 300.
The idea was to catch the attention of the user when he/she is
overloading the program.
The percentage levels are designed with smooth operation in mind.
Above 300
the operation of the program is not smooth.
I will however consider how to make pop ups less distracting.
Best regards,
Tomasz Janeczko
amibroker.com <http://amibroker.com/>
On 2010-04-02 17:54, Dennis Brown wrote:
Tomasz,
5.30 rc is a major release. You have done an EXCELLENT job adding
many useful features for different kinds of users.
I also welcome the new performance indicator on the chart that
lets me know many useful things about my realtime performance.
However, One new feature I have found annoying is the popup
reminder that my load factor is over 200 every minute. I know I
run a load factor over 800 in realtime all the time, and it is
distracting to have this popping up on top of my trading chart
every minute while I am trying to trade (I only have one chart).
I would like a way to turn this off, or adjust the trigger level
to above my "normal" operating conditions.
Best regards,
Dennis
PS.
I do a lot of very intense calculations recognizing trend lines
and VAP patterns that are updated in realtime every few seconds.
It is slower than I would like (I really need to add 5x the
history in some cases to get better pattern recognition, but that
would be too slow for realtime). I may never get it to run any
faster, because I would just add more history as I find ways to
speed it up. Tricks I know to speeding it up would require
significantly more AFL code, or I would have to get into C++
custom functions. That will have to come at a future time --
perhaps after some more of the AFL suggestions are implemented.
On Mar 24, 2010, at 3:43 PM, Tomasz Janeczko wrote:
Hello,
It is described in the User's Guide
"Performance tuning tips" chapter
http://www.amibroker.com/guide/x_performance.html
Best regards,
Tomasz Janeczko
amibroker.com <http://amibroker.com/>
On 2010-03-24 20:14, ta wrote:
Tomasz
How should “percentage load factor” be interpreted? For example
when I see 180%, what is basis of comparison? TIA