[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Wish for Amibroker



PureBytes Links

Trading Reference Links


Hello,
 
1. The period in these functions can not be 
{empty} so please use the following 
    v0 = barssince( 
cross(ma(C,20), ma(C, 40)) );
    v0 = IIF( IsEmpty( v0 ), 1, v0 
);
    in your formulas to ensure 
this.
 
2. I plan to add this along with a new 
syntax-highlighting editor in 3.8
 
3, 4, 5. OK. Will check it out & 
fix.
 
6. In a new 3.70 beta you have a new hot key for 
crosshair Ctrl-H.
 
Best regards,Tomasz 
Janeczko===============AmiBroker - the comprehensive share 
manager.<FONT 
size=2>http://www.amibroker.com
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
jonf 
To: <A title=amibroker@xxxxxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Friday, August 31, 2001 6:41 
PM
Subject: [amibroker] Wish for 
Amibroker

Tomasz, 
 
Since I didn't have any answer to my first post (message 
#4216), I will repeat the message in a more abbreviate form in order of 
importance to me.
 
1) I already sent a bug report on this. Amibroker crash when 
you use array as the 2nd parameter for sum, hhvbars, llvbars, 
highestsincebars, lowestsincebars functions (3rd parameter for the last 2 
functions). Maybe other functions have the same problem but I didn't testthem 
all !
 
2) Ability to change the default font in the AFL editor to 
non-proportional. If this is not for near future, a way to do this inside 
Windows 2K setup or any configuration file.

 
3) Is it possible to stop the AFL parser just after the 
first error so we don't have to press Close multiple time on the error 
dialog.
 
4) When we move a indicator horizontal separator, is it 
possible to only do a vertical scaling of the indicator below and above 
the separation and avoid a vertical translation of all indicators below 
the separation !

 
5) Some time the syntax error dialog appear on the single 
line comment just before a double slash "//". The error some time disappear 
when we add or remove a space or CR before the "//". 

 
6) Can we have the crosshair cursor on the toolbars as well 
!
 
Thanks for any reply and consideration for those wish 
!
 
Jon.
 
 
 
 Your 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.