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

Re: [amibroker] afl help



PureBytes Links

Trading Reference Links


A channel breakout system will be described in the 
7/2001 issue of AmiBroker Tips newsletter.
 
Best regards,
Tomasz Janeczko
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
David 
Holzgrefe 
To: <A title=amibroker@xxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Tuesday, March 13, 2001 23:29
Subject: [amibroker] afl help

Hi I was trying to write an afl that would give 
me a buy if todays close is higher that the close for the last 20 periods 

 
thought this would do it but no luck 

 
filter =close>ema(close,10) AND  
close>ema(close,30) and v> 50000 ;
 
buy= close>hhvbars( close,20 )  AND 
filter;sell = llvbars( close,10 )< Close; Your 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service. 




  • References: