PureBytes Links
Trading Reference Links
|
Hello,
Thank you for your kind words.
As to the question:
> Are the numbers significant, or just the quantity of Z-orders?
If quantity is the same (as in your question), then using higher numbers
adds some more penalty but in your case it should be less than 1 millisecond difference
between using 1x and 10x spacing
You can use this test code to find out exact timing difference on your machine:
for( i = 0; i < 10; i++ )
{
Plot( i / 10 * C, "", styleLine | styleNoLabel, Null, Null, 0, i * ( 1 + 9 * ParamToggle("Z Spacing", "x1|x10", 0 ) ) );
}
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Dennis Brown" <see3d@xxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, February 20, 2009 7:29 PM
Subject: Re: [amibroker] AmiBroker 5.22.0 BETA released
> Tomasz,
>
>
> WWWWOOOOOWWWWW!!!!!!!
>
> My head is spinning! You just opened up a lot of possibilities and
> conveniences related to the conversations resulting from 5.21.
>
> Your two solutions for the blank bar area are both very, very welcomed!
>
> The Typeof() is also a great addition to AFL with direct applications
> I can use. For the undefined case, it is quite opposite to the
> optional variable declarations, giving the choice to detect at compile
> time or run time. It of course has many more uses for detecting
> runtime errors by the program, as a debug tool, or controlling
> execution flow. Very good!
>
> The unlimited plot Z-orders is a dream come true! After I picked
> myself off the floor, I have one question about these. How would the
> performance be affected if for instance I had 10 Z-orders numbered 0,
> 10, 20,... 90 as opposed to 0,1,2,...9? Are the numbers significant,
> or just the quantity of Z-orders?
>
>
> Best regards,
>
> Dennis :-))))))))))))))))))))))))))))
>
>
>
> On Feb 20, 2009, at 12:05 PM, Tomasz Janeczko wrote:
>
>> Hello,
>>
>> AmiBroker 5.22.0 BETA is released now
>>
>> http://www.amibroker.com/devlog/2009/02/20/amibroker-5220-beta-released/
>>
>> Best regards,
>> Tomasz Janeczko
>> amibroker.com
>>
>>
>> ------------------------------------
>
>
>
> ------------------------------------
>
> **** IMPORTANT PLEASE READ ****
> This group is for the discussion between users only.
> This is *NOT* technical support channel.
>
> TO GET TECHNICAL SUPPORT send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
> http://www.amibroker.com/feedback/
> (submissions sent via other channels won't be considered)
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> Yahoo! Groups Links
>
>
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|