| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi Graham (I was going to place a bet that you'd be the first to help ;)
and also to Steve Dugas - you both posted the same method, and I'm most grateful.  Thank you both - I'm going to try doing what you suggest of putting the VFI code into an #include file then using the i#include function.  Currently, I run through the list resulting from my scan, using the Mark 1 Eyeball, and looking for the VFI crossing up through zero.  If I can include the VFI in the scan, then the resulting list will be much shorter and more relevant.
Thank you both :)
Regards,  NightStalker.
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> sorry, just sent and saw mistake
> Buy = YourOtherConditions and sum(VFI>0,3)==3;
> 
> 
> On 8/6/05, Graham <kavemanperth@xxxx> wrote:
> > Place the code for VFI in the AFL with your other conditions, or in a
> > separate file and use #INCLUDE
> > 
> > Buy = YourOtherConditions and sum(VFI,3)==3;
> > 
------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hqmtvl7/M=362343.6886682.7839641.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1123306091/A=2894354/R=0/SIG=11qvf79s7/*http://http://www.globalgiving.com/cb/cidi/c_darfur.html">Help Sudanese refugees rebuild their lives through GlobalGiving</a>.</font>
--------------------------------------------------------------------~-> 
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
 
 |