PureBytes Links
Trading Reference Links
|
Just quickly this might be what your looking for, you should
give it a trial and have a play yourself...almost anything is possible with this
software.
<FONT
color=#0000ff>TimeFrameSet( <FONT
color=#000000>inWeekly<FONT
size=2> ); MA100Week = <FONT
color=#0000ff>MA( <FONT
color=#000000>C,<FONT
color=#ff00ff>100<FONT
size=2> ); <FONT
color=#0000ff>TimeFrameRestore<FONT
face="Courier New">(); MA100Week =
TimeFrameExpand(
MA100Week, inWeekly<FONT
face="Courier New"> ); TodaysCross =
Cross( <FONT
color=#000000>C<FONT
size=2>, MA100Week); CloseBelow100WeekMAFor250Days =
BarsSince( <FONT
color=#0000ff>Ref( <FONT
color=#000000>C, -<FONT
color=#ff00ff>1 ) >= MA100Week ) >=
250<FONT
face="Courier New">; <FONT
color=#000000>Filter = TodaysCross
AND<FONT
face="Courier New">
CloseBelow100WeekMAFor250Days; <FONT
color=#0000ff>AddColumn( <FONT
color=#000000>C, <FONT
color=#ff00ff>"Todays Close"<FONT
size=2> ); <FONT
color=#0000ff>AddColumn( <FONT
color=#0000ff>Ref( <FONT
color=#000000>C, -<FONT
color=#ff00ff>1), <FONT
color=#ff00ff>"Yesterdays Close"<FONT
face="Courier New"> ); <FONT
color=#0000ff>AddColumn( <FONT
color=#0000ff>BarsSince( <FONT
color=#0000ff>Ref(<FONT
color=#000000>C,-<FONT
color=#ff00ff>1)>= MA100Week ), <FONT
color=#ff00ff>"Number of days"
);
Regards,William Peters<A
href="">www.amitools.com
-----Original Message-----From: klashmore2003 [<A
href="">mailto:marc78@xxxxxxxxxxxxxx]Sent:
Thursday December 4, 2003 7:47 PMTo: amibroker@xxxxxxxxxxxxxxxSubject:
[amibroker] (unknown) I want to be able to do the
following scan I want to scan for all the stocks
whose DAILY CLOSE,today, hasjust crossed above their 100 WEEK moving
average. AND ,those stocksmust have had a daily close below their 100 WEEK
moving average everyday for at least 250 days prior to today. This
is a far more complicated scan than it apears on the surface.Can anybody
tell me if Amibroker can do it.If it can I will gladly become a member.
No other premium service I know of can do it.It'stheoretically possible with
Stockcharts, but a line would have to bewritten for every one of the
250 days.------------------------ Yahoo! Groups Sponsor
---------------------~-->Buy Ink Cartridges or Refill Kits for your HP,
Epson, Canon or LexmarkPrinter at MyInks.com. Free s/h on orders $50 or more
to the US & Canada.<A href=""
target=_blank>http://www.c1tracking.com/l.asp?cid=5511<A
href=""
target=_blank>http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM---------------------------------------------------------------------~->Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx(Web page: <A
href=""
target=_blank>http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href=""
target=_blank>http://groups.yahoo.com/group/amibroker/files/groupfaq.htmlYour
use of Yahoo! Groups is subject to <A href=""
target=_blank>http://docs.yahoo.com/info/terms/
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|