Wanted to build on what Graham said and lead you to a resource you might not be aware of. Hope Graham doesn't mind. I went that direction my self for what Williams set ups, and the ACME trade patterns.
If you search the forum for Candle patterns or look in the library of program files you'll find some great work done by Herman van den Bergen candlestick pattern identification. I'm taking the liberty of assuming that you could substitute your set up for a candlestick pattern, and exploring on that basis. Just checked the on line library and there are 5 scripts. Hope this helps Joe ----- Original Message ----- From: "Graham" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, August 16, 2006 3:42 AM Subject: Re: [amibroker] Multiple FILTER in a single exploration to check for various setups > OR is used if you want any one to provide the signal > AND is for when they must all be true to provide the signal > > -- > Cheers > Graham > AB-Write >< Professional AFL Writing Service > Yes, I write AFL code to your requirements > http://e-wire.net.au/~eb_kavan/ab_write.htm > > > On 14/08/06, gordongekkkkko <[EMAIL PROTECTED]> wrote: >> Hello from Roma, >> >> I am really new to AmiBroker, but nevertheless I am already amazed at >> it (still in trial mode here) >> >> It is easy to write an exploration with only one filter, but I am >> unable to figure out how to write a SINGLE exploration with more than >> one filter.(i.e. each stock in the DB to be checked against each >> setup - No system testing here, just checking EOD data for next day >> signals). >> >> It is still unclear to me (even if I've already checked the "FILTER >> questions" 2003 thread) if I can accomplish the following: >> >> Setup01= magic_rule_01 >> Setup02= golden_rule_02 >> Setup03= this_never_fails_03 >> >> FILTER = Setup01 OR Setup02 OR Setup03 >> and then with addcolumn I can print which setup triggered >> >> I have read a message that says "multiple filters can only be used >> with AND function" and this puzzles me. >> >> Or do I have to run one exploration for each setup? >> >> Or maybe exploration/filter is not the proper way to go and I have to >> use a scan? >> >> >> TIA, >> >> Valerio >> >> >> >> >> >> >> >> >> >> >> 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 >> >> >> >> >> >> >> > > > 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 > > > > > > > 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: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
