PureBytes Links
Trading Reference Links
|
Hi bruiser,
Check this to make sure its what you are after.
SetUpDays = DayOfWeek() == 1 OR DayOfWeek() == 4 OR DayOfWeek() == 5;
Filter = Inside() AND Ref( C, -1 ) > Ref( O, -1 ) AND SetUpDays;
AddColumn( Close, "Close " );
AddColumn( Open, "Open " );
AddColumn( High, "High " );
AddColumn( Low, "Low " );
AddColumn( Volume, "Volume " );
Regards,
William Peters
www.amitools.com
Friday, September 3, 2004, 12:01:51 AM, you wrote:
b> I have been reading up on Larry Williams and would like to know if
b> anyone has an exploration code for on of his patterns (description
b> below)
b> Since the S&P began trading the pattern has occurred 27 times, in
b> each instance short term traders were able to profit. Yes 27 trades,
b> 27 winners. The exit strategy is to get out on the first profitable
b> open with a dollar risk stop.
b> To begin, I only take this trade, tomorrow, if today is Monday,
b> Thursday or Friday. Those are my set up days as many notable rallies
b> have taken place the next day.
b> The pattern is simply an inside day (one that has a lower high and
b> higher low than the prior day), the direction of the close of the
b> inside day does not matter. But, I do want the close of the day
b> before the inside day to close higher than the opening of that same
b> day.
b> In essence, we have an inside day following an up close day,
b> suggesting the market may be catching its breath before another up
b> day. If the opening, the day following the inside day, is lower than
b> the high of the inside day as well as the high of 2 days ago, I then
b> buy on a stop at the high two days ago.
b> Regards Bruiser
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|