thanks for your help peter
________________________________ From: Joseph Occhipinti <[email protected]> To: [email protected] Sent: Fri, 25 December, 2009 7:53:20 AM Subject: Re: [amibroker] Re: Code for AFL on a reversal day. Help required thanks peter my definition of a gap: Previous days range, opens $1, high $1.02, low $0.95, closes $0.94. Next day it opens 90c, closes 98c (back within the previous days range), cheers ________________________________ From: peter843 <yahoogroups@ snugmail. com> To: amibro...@yahoogrou ps.com Sent: Fri, 25 December, 2009 3:24:27 AM Subject: [amibroker] Re: Code for AFL on a reversal day. Help required ClosedWithinRange = Close > Ref(Low,-1) and Close < Ref(High,-1) ; What is your definition of a gap? --- In amibro...@yahoogrou ps.com, "siciliantrader" <joseph_occhipinti@ ...> wrote: > > hi, i have another question to the AFL gurus who can help > > Im having some real trouble trying to code for the following: > > I want to identify / be able to scan for when a stock gaps down (or up), on > open and then closes back into the previous days range (as per the link > > as per the following chart on the link below > > can anyone at least point me in the right direction? > > > any help would be awesome > > http://f1.grp. yahoofs.com/ v1/YAMzS2xS1lym2 d3QIqSpFgLV6ggBl > XGZ7uD8HtpW3rcD1 IfaXRS6AoFeC2- PBv4BP9rWGt- kgINT7shexZ3ukaS > mMQ3kRc2dvNIBnQ/ Signal%202. gif > ________________________________ See what's on at the movies in your area. Find out now. __________________________________________________________________________________ See what's on at the movies in your area. Find out now: http://au.movies.yahoo.com/session-times/
