| 
 PureBytes Links 
Trading Reference Links 
 | 
Hello,
In AFL this translates to SINGLE LINE:
temp1 = HHV( (Low - Close)/sqrt(High), 50 );
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "Nurudin Kaba" <n.kaba@xxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, September 12, 2004 8:41 AM
Subject: [amibroker] Coding question...
> I'd like to translate the following into afl...any help would be appreciated
> 
> temp1 = 0
> for x = 1 to 50 
> begin
> y = Low(x) - Close(x) / Squareroot(High(x))
> if y > temp1 then temp1 = y
> end
> 
> 
> 
> Thanks
> 
> 
> 
> 
> 
> Check AmiBroker web page at:
> http://www.amibroker.com/
> 
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> 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/
 
 |