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

Re: [amibroker] cross error msg



PureBytes Links

Trading Reference Links

Tomasz,

The only way I can seem to get this to work is by switching into VB/JS 
script. Doesn't that cause me to pay a speed penalty?

I can usually make the IIF work, it just feels a bit clumsy at times with 
several levels of nesting. The fact that I can actually make things work so 
easily is enough to make me happy. Perhaps it could be added to the 
wish list.

Thanks again,
Jerry Coopmans

On 17 Jun 2001, at 18:35, Tomasz Janeczko wrote:

To: <amibroker@xxxxxxxxxxxxxxx>
From: "Tomasz Janeczko" <tj@xxxx>
Date sent: Sun, 17 Jun 2001 18:35:32 +0200
Send reply to: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] cross error msg

> Hello,
> 
> True "If-then-else" is supported by AmiBroker via AFL scripting.
> Please check out the AFL scripting reference in users' guide.
> 
> Best regards,
> Tomasz Janeczko
> ----- Original Message ----- 
> From: Jerry 
> To: amibroker@xxxxxxxxxxxxxxx 
> Sent: Saturday, June 16, 2001 9:44 PM
> Subject: Re: [amibroker] cross error msg
> 
> 
> I find the lack of a basic 'if' block structure in AFL annoying at
> time. Hopefully Tomaz will consider adding this in the future rather
> than relying on the 'iif' statement.