[amibroker] Drummond Geomentry for Amibroker

2008-10-25 Thread Don Lindberg
I have just started studying Drummond Geometry, and I am trying to understand how I might use in AB. In an overly simplistic explaintion, DG requires that a single chart plots the Highs and Lows of multiple time frames on a SINGLE CHART. Thus on a Daily Chart I would plot Highs and Lows for

RE: [amibroker] great pf chart

2008-05-05 Thread Don Lindberg
I have used the AFL code below with good success. Don't know if it will satisfy you, but give it a try. Donald F Lindberg - Begin Code --- _SECTION_BEGIN( Point Figure w Values adj ); GraphXSpace = 5; SetChartBkColor( ParamColor(

RE: [amibroker] Re: great pf chart

2008-05-05 Thread Don Lindberg
and yes to not show the grid. Anybody have a way around this? --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Don Lindberg [EMAIL PROTECTED] wrote: I have used the AFL code below with good success. Don't know if it will satisfy you, but give it a try. Donald F Lindberg

[amibroker] Can't change default trend line color

2008-05-05 Thread Don Lindberg
I set the color for Study (trendline ) in preferences, but no matter what I set it to the color is always RED ! What is the problem?

RE: [amibroker] Anywhere I can find up-to-date .TLS files...?

2008-05-03 Thread Don Lindberg
Try www.eoddata.com. You can get txt list for a large number of US, European and Asian stocks. Then just rename the list to ,TLS Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sidhartha70 Sent: Friday, May 02, 2008 4:38 AM To:

RE: [amibroker] Trouble loading tickers

2008-03-14 Thread Don Lindberg
Louis, Are you using End of Day data or Real Time data? I assume you know that you cannot use intraday setting if you are just using End of Day data. AmiBroker does not turn End of Day data into intraday. Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [amibroker] Re: Artificial ticker

2008-03-13 Thread Don Lindberg
and it seems to work. However, there are many errors in the bars, with often long bars which seems to go from one stock open/close to the other open/close... Is there a way to avoid such distortion? Thanks a lot! Louis 2008/3/11, Don Lindberg [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] net: Louis

RE: [amibroker] Re: Artificial ticker

2008-03-13 Thread Don Lindberg
... and not too expensive. You say there is no way around... There is absolutely nothing I can do with that? Thanks, Louis 2008/3/13, Don Lindberg [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] net: Louis, What you are seeing is the result of errors or holes in your data. There isn't any way around

RE: [amibroker] Re: Artificial ticker

2008-03-11 Thread Don Lindberg
tried to use it running individual tickers once at a time but each new ticker overrides the previous one so the result is strictly the last ticker I scanned. Do you know how to solve this problem? Thanks! Louis 2008/3/8, Don Lindberg [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] net: Louis, I

RE: [amibroker] How Would I Go About Adding A Continuous Red Horizontal Trendline

2008-02-04 Thread Don Lindberg
plot(25,); Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tauvros Sent: Sunday, February 03, 2008 5:22 PM To: amibroker@yahoogroups.com Subject: [amibroker] How Would I Go About Adding A Continuous Red Horizontal Trendline How Would I

[amibroker] Looking for Watchlist members

2008-02-03 Thread Don Lindberg
were to start on this one. Any suggestions would be greatly appreciated. Don Lindberg

RE: [amibroker] Downloading the full name of a stock using Yahoo Historical EOD Format

2008-01-14 Thread Don Lindberg
If you also download Yahoo Basic Fundamentals you will pick up Full Name. Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Sent: Sunday, January 13, 2008 9:02 PM To: amibroker@yahoogroups.com Subject: [amibroker] Downloading the full

RE: [amibroker] OT: Removing dll from computer (XP)

2008-01-09 Thread Don Lindberg
I have in the past been able to remove an offending fil by doing two things. 1) Right click on the file and choose Properties. Turnoff Read Only attribute. Then say OK. 2) Right click on file again and rename it, making sure to chane the extension to something else (like.old). If it allows you

RE: [amibroker] Charting ATC sectors

2007-12-29 Thread Don Lindberg
] Charting ATC sectors Don, Do you need to run this each night to update? Or once the Sectors and Industries are produced they do not need to be updated? Thank you MarkK _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Don Lindberg Sent: Friday, December 28

RE: [amibroker] Charting ATC sectors

2007-12-28 Thread Don Lindberg
Allan, I use the code below to create Sector and Industry composites from Quotes Plus. When you run as SCAN, all of the composites will be created in Group 254. Donald F Lindberg - Begin Code -- _SECTION_BEGIN(Sector and Industry

RE: [amibroker] Re: Sector change

2007-12-05 Thread Don Lindberg
If you change the sector, then you have to re-assign the Industry to the new Sector. The two are linked, you can't change one without changing the other. Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of khaleel_sk Sent: Wednesday, December

RE: [AmiBroker] graham Kavanagh Support and resistance levels using RSI.

2007-11-10 Thread Don Lindberg
the support resistance figures r generating. for example UAC-PROP on the chart is showing a range of 19-21. the formula you sent me is showing 42.81-37.73. pls what do i do. abdulrasheed --- On Tue, 11/6/07, Don Lindberg wrote: From: Don Lindberg Subject: RE: [amibroker] graham Kavanagh

RE: [AmiBroker] graham Kavanagh Support and resistance levels using RSI.

2007-11-10 Thread Don Lindberg
look into the future? Grover From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Don Lindberg Sent: Saturday, November 10, 2007 10:12 AM To: amibroker@yahoogroups.com Subject: RE: [AmiBroker] graham Kavanagh Support and resistance levels using RSI. That probably is due

RE: [amibroker] changing color of volume bars

2007-10-14 Thread Don Lindberg
The change below should work fine. I haven't tested it, but simple reference to yesterdays close. Plot( Volume, _DEFAULT_NAME(), IIf( C ref(C,-1), ParamColor(Up Color, colorGreen ), ParamColor(Down Color, colorRed ) ), ParamStyle ( Style, styleHistogram | styleThick, maskHistogram ) );

RE: [AmiBroker] Help with AD Ratio

2007-10-07 Thread Don Lindberg
Ok, a couple of questions so that we can compare apples to apples. First what stocks are you running this against? All of the stocks in your database, or only stocks in a certain market, or some other limiting criteria ? Secondly, you mentioned it did not match a source you are trying to

RE: [AmiBroker] Help with AD Ratio

2007-10-07 Thread Don Lindberg
I have taken the liberty to modify your code to speed it up a bit and also to show a count for Advancers, Decliners and Unchanged in the Title Bar. I am running this against a watch list that includes all the active stocks in the NYSE, AMEX and NASDAQ exchanges. My data source is Quotes Plus, so

RE: [amibroker] Help withUp/Down Volume composite

2007-10-06 Thread Don Lindberg
Dick, Take a look at the indicator code below. This came out of the AFL Library someplace, but I can't remember name. This might satisfy your needs. UpVol = ValueWhen(C O, V); DownVol = ValueWhen(C O, V); Period = Param(Period,3,2,10,1); UpVolAvg = EMA( UpVol, Period ) ; DownVolAvg = EMA(

RE: [amibroker] Re: From Many WatchLists to Many Symbols

2007-10-05 Thread Don Lindberg
Use AmiQuote. Open AmiQuote, the choose fileopen and point at the .tls files you have created. Set the date range you want to import from Yahoo, then run. This will bring the dat into your database. Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [amibroker] cannot access http://www.amibroker.org/userkb/

2007-10-03 Thread Don Lindberg
Works fine for me. Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of murthysuresh Sent: Wednesday, October 03, 2007 1:30 PM To: amibroker@yahoogroups.com Subject: [amibroker] cannot access http://www.amibroker.org/userkb/ for reasons

[amibroker] Information on BATMAN.

2007-10-02 Thread Don Lindberg
and re-enter it in BATMAN. In other words does BATMAN just keep a pointer to the AFL, or does it keep a copy of the complete AFL? Thanks for any information, Don Lindberg

RE: [amibroker] Information on BATMAN.

2007-10-02 Thread Don Lindberg
[mailto:[EMAIL PROTECTED] On Behalf Of Don Lindberg Sent: Tuesday, October 02, 2007 5:30 PM To: amibroker@yahoogroups.com Subject: [amibroker] Information on BATMAN. For those of you useing BATMAN I have a couple of questions not covered in the documentation. First, does AmiBroker have to be open

RE: [AmiBroker] Industry Problems

2007-09-27 Thread Don Lindberg
Lloyd, Look in your file tree under Sectors. Under each of the Sectors are their member Industries, and under each of the Industries are the Member stocks. Any one of these can be used as a filter in whatever Exploration you want to build. As an aside, if all you are looking for is a piece

RE: [amibroker] FORUMULA GIVING RESULTS LIKE NEURAL NETWORK

2007-09-22 Thread Don Lindberg
AmiBroker does not do neural network analysis! Donald F Lindberg -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bob Jagow Sent: Saturday, September 22, 2007 8:38 PM To: amibroker@yahoogroups.com Subject: RE: [amibroker] FORUMULA GIVING RESULTS

RE: [amibroker] Indexes to watchlist

2007-09-19 Thread Don Lindberg
Lloyd, Easy way to do that. Go into symbol catagories, edit the name of an empty Group. Now go into Symbol Organize, choose groups, find index group. You will now have all the indexes on left panel. Select only the !IDxx indexes. In the right panel pick the new group you created. Move the

RE: [amibroker] 20 Day High

2007-09-18 Thread Don Lindberg
The following formula seems to do what you want. X = HHV( Close , 20 ); Sell = 0;Short = 0;Cover = 0;Buy=0; Filter= C = X; AddColumn(C,Close,1.2); AddColumn(X,HHV 20,8.2); Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [amibroker] Sector Indexes

2007-09-18 Thread Don Lindberg
Lloyd, Yes Quotes Plus has Industry indexes. If you look under GroupsIndex they are the Symbols !D100 thru !D150, Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of burlap58 Sent: Tuesday, September 18, 2007 6:44 PM To:

RE: [amibroker] Re: Sector Indexes

2007-09-18 Thread Don Lindberg
. There are others, but not those. Lloyd --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Don Lindberg [EMAIL PROTECTED] wrote: Lloyd, Yes Quotes Plus has Industry indexes. If you look under GroupsIndex they are the Symbols !D100 thru !D150, Donald F Lindberg _ From

RE: [amibroker] Charts with Black BG, Charts with White BG

2007-09-17 Thread Don Lindberg
Put the code below in the beginning of your charts. Now you can right click the chart choose parameters and set the colors in each chart seperaterly. SetChartBkGradientFill( ParamColor(BgTop, ColorRGB( 172,172,172 )), ParamColor(BgBottom, ColorRGB( 172,172,172

[amibroker] Bringing external data into AmiBroker

2007-09-16 Thread Don Lindberg
explorations against this new field? I am not a programmer, so it has to be a fairly simple solution. Hope it is possible. Don Lindberg

RE: [AmiBroker] Re: esignal data only compatibility

2007-09-14 Thread Don Lindberg
have to use the pay for version in order to connect? MarkK _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Don Lindberg Sent: Friday, September 14, 2007 1:09 AM To: amibroker@yahoogroups.com Subject: RE: [AmiBroker] Re: esignal data only compatibility To all

RE: [AmiBroker] Re: Qp Real Time Data

2007-09-13 Thread Don Lindberg
Loyld. QP is behind on their target for releasing the Real Time. While is show pricing and info on the web site, they haven't yet made I available. Last I heard is was to come out the end of Aug, and that's come and gone, so anybodies guess. Donald F Lindberg _ From:

RE: [AmiBroker] Re: esignal data only compatibility

2007-09-13 Thread Don Lindberg
To all, I took a look at Market Center Live product, and quite frankly I don’t see any difference between it and Quote Tracker which only costs $60 a year and Quote Tracker gives you charts, news, while Market Center Live charges extra. The other thing I noticed is that is states it does not run

RE: [AmiBroker] Re: Is 500,000 the maximum number of bars allowable in a database?

2007-09-12 Thread Don Lindberg
Tomasz, Your to cheap. Programming consultants are in the $80 - $100 hr range! Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of eric tao Sent: Wednesday, September 12, 2007 8:55 PM To: amibroker@yahoogroups.com Subject: [amibroker] Re: Is

RE: [amibroker] AFL Code Wizard

2007-09-10 Thread Don Lindberg
Thanks, I stand corrected. Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Janeczko Sent: Monday, September 10, 2007 1:34 AM To: amibroker@yahoogroups.com Subject: Re: [amibroker] AFL Code Wizard Don, You *CAN* save (i.e.

RE: [amibroker] Re: Question on Database development

2007-09-10 Thread Don Lindberg
Jim and Dingo, I for one would like to have access to your code once it is developed. I am not a programmer type, but having the script for use would make life a lot easier. Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jrswindle2001

RE: [amibroker] AFL Code Wizard

2007-09-09 Thread Don Lindberg
While it is true that it comes with AmiBroker, that version is crippled in that it cannot save the AFL's you create. In order to save you must do a one time purchase of $49.00. Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Prashanth Sent:

RE: [amibroker] Re: upgrade licence

2007-09-05 Thread Don Lindberg
Tomasz, Does this new policy change the period of free upgrades for those of us who bought the product in the past when 5 upgrades was the rule, or will you honor original commitment? Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz

[amibroker] Exploration for Quotes Plus Data users.

2007-08-31 Thread Don Lindberg
The Exploration that I have included below is for anyone using Quotes Plus Data. It is an attempt to replicate IBD's Stocks on the Move Scan. I hope you find it useful. Don Lindberg Begin Code - // For users of Quotes Plus here is an Exploration that is similar to IBD's

RE: [amibroker] not able to get fundamental data

2007-08-26 Thread Don Lindberg
Try assigning value to a variable. Then do addcolumn or plot on the variable. SS= GetExtraData(SharesShort); AddColumn(SS,Shares Short,1.0); I do this with all the QP extra data, and it works fine. Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [AmiBroker] Error 29

2007-08-26 Thread Don Lindberg
Mohammed, Not sure what your problem is, but it is not the code. I copied the code, checked syntax, and ran as both Scan and Exploration. It ran fine. I am using AmiBroker Professional ver 4.99. Donald F Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [AmiBroker] Re: Quotes Plus Industry groups

2007-08-06 Thread Don Lindberg
no occur.Any thoughts on how I can resolve this??? And thank you for your help.. Allan --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Don Lindberg [EMAIL PROTECTED] wrote: Allan, If you have your database settings set correctly Quotes Plus will do all the work. Here is what

RE: [AmiBroker] Undefined Sector

2007-08-06 Thread Don Lindberg
Allan, Well after 4 hours of very tedious work I now know how to clean up the Sector/Industries List so it Only reflects Quotes Plus assignments. A little history is in order first to explain how things work. In the root directory of AmiBroker there are two files - broker.industries and

RE: [AmiBroker] Re: Undefined Sector

2007-08-06 Thread Don Lindberg
: [amibroker] Re: Undefined Sector Now that is valuable post that should be added to the user Knowledge Base --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Don Lindberg [EMAIL PROTECTED] wrote: Allan, Well after 4 hours of very tedious work I now know how to clean up

RE: [amibroker] Re: Quotes Plus Industry groups

2007-08-06 Thread Don Lindberg
should have correct sector/industry scheme. Also undefined sector is the sector which holds symbols/industries that are not assigned to any particular sector (for example composites). Allan --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Don Lindberg [EMAIL PROTECTED] wrote

RE: [AmiBroker] Re: Quotes Plus Industry groups

2007-08-05 Thread Don Lindberg
and sectors within Ami...It appears that I still have the 200 QP industry groups in AMI as opposed to the consolidated 150 in QP How would I update the sectors in Ami to match QP?? Thanks Allan --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Don Lindberg [EMAIL PROTECTED

RE: [AmiBroker] Quotes Plus Industry groups

2007-08-04 Thread Don Lindberg
it. Little more info, and we'll see what we can do. Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of matrix10014 Sent: Saturday, August 04, 2007 6:31 PM To: amibroker@yahoogroups.com Subject: [amibroker] Quotes Plus Industry groups Hi all, I am

RE: [amibroker] Valuation information in AB

2007-07-26 Thread Don Lindberg
Look in the AFL reference under GetFnData. This will explain how to use. _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cipherscribe Sent: Thursday, July 26, 2007 1:49 PM To: amibroker@yahoogroups.com Subject: [amibroker] Valuation information in AB Call

[amibroker] Selector Line Overlay

2007-07-24 Thread Don Lindberg
Selector Line? Don Lindberg

RE: [amibroker] Selector Line Overlay

2007-07-24 Thread Don Lindberg
, Don Lindberg wrote: Is there a way to always have the Selector line show on top of all other plots? I have several charts that have plotted colored backgrounds, and the Selector always appears behind these backgrounds. I realize you can control plot positions by the order of the code, but how

RE: [AmiBroker] Re: Data Downloader's

2007-07-23 Thread Don Lindberg
Ton, I checked out Stock Browser. On surface looks good, but I can't reed the Help docs (get a page not available msg) Can you point me to a place where I can get documentation? Thanks, Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ton

[amibroker] Re: Slide Show uploaded to amibroker-beta

2007-07-11 Thread Don Lindberg
if this is possible or not. Don Lindberg --- In amibroker@yahoogroups.com, dingo [EMAIL PROTECTED] wrote: Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the amibroker-beta group. File: /SlideShowFiles V 1.9.zip

RE: [AmiBroker] Re: I'm totally new

2007-07-09 Thread Don Lindberg
Dick, I am surprised at you ! That response was not in line with your usual attitude. While you answer may be true, remember we were all newbie's at one time. Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of areehoi Sent: Monday, July 09, 2007

RE: [AmiBroker] buy/sell arrows

2007-07-05 Thread Don Lindberg
in advance, even with the ExRem statements this code generates a LOT of arrows. Maybe Tomasz knows how to tighten up the code. Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mikedostal24 Sent: Thursday, July 05, 2007 7:43 PM To: amibroker

RE: [AmiBroker] Re: How to use ATC only with positive EPS?

2007-07-04 Thread Don Lindberg
collected (it says 7075 symbols) if I open it in AQuote. Ray --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Don Lindberg [EMAIL PROTECTED] wrote: Ray, If you keep 2 data bases you have to log into each separately and do the updates. That is why I work with Many different

RE: [AmiBroker] Re: How to use ATC only with positive EPS?

2007-07-04 Thread Don Lindberg
of about 1.5MPS. If you are on Dial Up, than the numbers you are talking are very normal. Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ax_ray Sent: Wednesday, July 04, 2007 2:58 PM To: amibroker@yahoogroups.com Subject: [amibroker] Re

RE: [AmiBroker] Re: How to use ATC only with positive EPS?

2007-07-04 Thread Don Lindberg
with the manual and find some of your answers for yourself. The quickest way to alienate yourself on this list is to expect everyone else to give you answers without you doing your homework. Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [amibroker] Re: How to use ATC only with positive EPS?

2007-07-03 Thread Don Lindberg
separate and update each or both will get data from AQ? I'm puzzled here sorry for all this novices questions... Ray --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Don Lindberg [EMAIL PROTECTED] wrote: Ray, Keep the full AmiBroker Database, because Yahoo regularly

RE: [amibroker] qp2 users question

2007-07-03 Thread Don Lindberg
Joe, I looked in Symbol Tree, did a Symbol Search, and there are NO !D0. Indexes. What do you do different on your Quote Plus system to get them? Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joe Sent: Tuesday, July 03, 2007 5:48 AM

RE: [AmiBroker] qp2 users question

2007-07-03 Thread Don Lindberg
evening update pulls in the names. Thanks for pointing me in the right direction. Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joe Landry Sent: Tuesday, July 03, 2007 10:04 AM To: amibroker@yahoogroups.com Subject: Re: [amibroker] qp2 users

RE: [AmiBroker] How to use ATC only with positive EPS?

2007-07-02 Thread Don Lindberg
ARE NOT indicative of the whole Industry! Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ax_ray Sent: Sunday, July 01, 2007 10:20 PM To: amibroker@yahoogroups.com Subject: [amibroker] How to use ATC only with positive EPS? How can I

RE: [amibroker] Re: How to use ATC only with positive EPS?

2007-07-02 Thread Don Lindberg
from the Internet direct, without using excel? Like if EPS is missing from Yahoo to check Zacks page and retrieve it with the specified formula? That means I guess to add that code in AmiQuotes somehow Ray --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Don Lindberg

RE: [amibroker] Re: How to use ATC only with positive EPS?

2007-07-02 Thread Don Lindberg
? Ray --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Don Lindberg [EMAIL PROTECTED] wrote: Ray, I can pull data from the Web into Excel, but there is no way that I know of that you can do that in AmiBroker. Your off on new territory and way beyond my skills. Good Luck

RE: [amibroker] Re: How to use ATC only with positive EPS?

2007-07-02 Thread Don Lindberg
to have only Stocks over $5 and over 100k average volume how would I create that list and than create my new database? any idea? or do you have that already and would you like to share it? Thank you for that, Ray --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Don Lindberg

RE: [amibroker] Re: Buggy install or what?

2007-06-29 Thread Don Lindberg
Homer, The fact that you don't get much help from members of this forum has much more to do with your attitude then it does with your unique problems. You are forever bad mouthing various aspects of AmiBroker and/or forum members. Have you given any thought to going over to MetaStock or Trade

RE: [amibroker] Re: System not registering buy

2007-06-26 Thread Don Lindberg
GP, Here is a simple solution to your question. See code below. Start Code --- Hbar = HHV(C,90); Lbar = LLV(C,90); Diff = Hbar - Lbar; Todaysposition = ((C-Lbar)/Diff) * 100; Plot(WMA(Todaysposition,10), Channel 90

[amibroker] Problems with GetExtraData from Quotes Plus

2007-06-18 Thread Don Lindberg
. Thanks, Don Lindberg

[amibroker] A simple improvement to colored Bollinger Bands

2007-06-18 Thread Don Lindberg
For those of you who found the Colored Bollinger Bands useful, I have made a slight change to make it a bit more eye appealing, by coloring area between Bands. Below find the code. Enjoy, Don Lindberg Cut Here - //Colored

RE: [amibroker] Re: AFL code wizard - preview presentation

2007-05-19 Thread Don Lindberg
up the GREAT work! Don Lindberg You can please some of the people all of the time, all of the people some of the time, but it is impossible to please all of the people all of the time _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Janeczko Sent

RE: [amibroker] AFL code wizard - preview presentation

2007-05-18 Thread Don Lindberg
WOW I am very impressed by video! Chaffing at the bit to try the real thing. Thanks Tomasz for another GREAT addin. Don Lindberg -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Janeczko Sent: Thursday, May 17, 2007 1:53 PM

[amibroker] Re: Identifying Pnf Patterns

2007-04-24 Thread Don Lindberg
to get it working. What portion of the code is putting those value in. If I were a better programmer I would proably know this, but I am novice at programming. If I can identify the code section perhaps I can figure out how to make the values visible. Thanks to anyone for help! Don Lindberg 2. I

[amibroker] GetExtraData Problem with AB 49.93 Beta

2007-04-24 Thread Don Lindberg
that might cause this problem? And how can I fix it? Don Lindberg --- Code Follows: EPSRank=GetExtraData(epsrank); QRSRank=GetExtraData(qrs); ROE=GetExtraData(ROE); EPS

RE: [amibroker] Re: Identifying Pnf Patterns

2007-04-24 Thread Don Lindberg
middle lines selected under Properties|Axis Grid? Bill - Original Message - From: Don Lindberg mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] To: mailto:amibroker@yahoogroups.com amibroker@yahoogroups.com Sent: Tuesday, April 24, 2007 2:32 PM Subject: [amibroker] Re: Identifying Pnf

RE: [amibroker] Re: Identifying Pnf Patterns

2007-04-22 Thread Don Lindberg
I am confused. When I copy the formula and put it on screen as Indicator all I get is a Blank Pane. I am using EOD data, does this formula require real time? Don _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of apfxtrader Sent: Sunday, April 22, 2007 3:25

RE: [amibroker] Awesome Oscillator by Gary Thompson (modified)

2007-04-20 Thread Don Lindberg
Larry, I can't duplicate your problem with the SetSortColumns error. All this does is sort the exploration automatically after a run on the 6th column, so remarking it out is no big deal. I don't know what to tell you on the scan issue as I only run it in Explore mode. I added volume statements

RE: [amibroker] Re: Awesome Oscillator by Gary Thompson (modified)

2007-04-20 Thread Don Lindberg
Larry, Oops, your right I forgot to qappend it. Here it is. Don _SECTION_BEGIN(Awesome WMA Oscillator with Change); /* Awesome Oscillator code for Amibroker Written By Gary Thompson 07th April 2005 . Modified by don Lindberg 04-20-2007 */ SetChartOptions(0

RE: [amibroker] Blau: TSI Ergodic Oscillator

2007-04-18 Thread Don Lindberg
); Hope this helps, Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Larry Sent: Tuesday, April 17, 2007 10:32 PM To: amibroker@yahoogroups.com Subject: Re: [amibroker] Blau: TSI Ergodic Oscillator Hi Rick, Thank you so much for you

[amibroker] New Beta 4.91 issue

2007-04-04 Thread Don Lindberg
have answers. Thanks, Don Lindberg

[amibroker] I am tired, brain not working, need some help

2007-03-19 Thread Don Lindberg
. Know its not a big thing, but it whould help me a lot. Thanks in Advance, Don Lindberg

RE: [amibroker] Deleting composites

2007-02-06 Thread Don Lindberg
Go to Symbol/Organize, choose Groups, tab down to group 253, highlight all the composites in group and press the Delete button. _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Herman Sent: Tuesday, February 06, 2007 8:28 AM To: _AmiBroker Subject: [amibroker]

RE: [amibroker] Help ! Small problem after Vista Upgrade

2007-02-02 Thread Don Lindberg
Tomasz, Can't give you a screen shot because I have fixed problem so it doesn't come up any more. My guess is that it is a Vista message, not an AmiBroker message. Sorry I couldn't be of more help. Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED

[amibroker] Help ! Small problem after Vista Upgrade

2007-02-01 Thread Don Lindberg
no idea what registry entry did not get updated, I can hardly use REGEDIT ! The program seems to work fine after I click through the error message, but it is annoying. Anyone have any ideas? Oh and yes I have tried uninstalling and re-installing but still get sam result. Thanks for any help, Don

RE: [amibroker] Help ! Small problem after Vista Upgrade

2007-02-01 Thread Don Lindberg
Thanks Tomasz, that fixed the problem Don Lindberg _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tomasz Janeczko Sent: Thursday, February 01, 2007 2:02 PM To: amibroker@yahoogroups.com Subject: Re: [amibroker] Help ! Small problem after Vista Upgrade

Re: [amibroker] Yahoo Fundamental Data

2006-12-18 Thread Don Lindberg
DavHighlight of this version is ability to download free fundamental data from Yahoo Finance. This is implemented using 2 different Yahoo pages: Yahoo Fundamental - Basic data source (free basic fundamental data, 200 symbols in one request). Data are retrieved from the following URL:

Re: [amibroker] Re: Yahoo Fundamental Data

2006-12-18 Thread Don Lindberg
Dave, Try this: EPS=GetFnData(EPS); Filter = C5 AND C50 AND MA(V,20) 75000; AddColumn(C,Close,1.2); AddColumn(EPS,EPS,1.2); This will give you what you want. Don ---Original Message--- From: davelansing2004 Date: 12/18/2006 10:08:01 AM To: amibroker@yahoogroups.com Subject:

Re: [amibroker] Rotated histogram

2006-12-14 Thread Don Lindberg
Sean, What about the Volume at Price that is included in Basic Charts in AmBroker? ---Original Message--- From: sdp_51 Date: 12/14/06 18:29:53 To: amibroker@yahoogroups.com Subject: [amibroker] Rotated histogram Hello, I want to create a volume by price code to display the volume for

Re: [amibroker] Re: Access to fundamental data using QuotesPlus AmiQuote

2006-12-12 Thread Don Lindberg
not over write any of your Quotes Plus data. Thus you now have the best of both worlds. Hope this explanation makes sense. If you have any other questions feel free to ask. Enjoy, Don Lindberg ---Original Message--- From: sectorfund Date: 12/12/2006 6:32:20 AM To: amibroker

RE: [Amibroker] Re: Access to fundamental data using QuotesPlus AmiQuote

2006-12-11 Thread Don Lindberg
between QP data and Yahoo data? If you don't need to switch back and forth, how come? BTW, what's with faint_grain.jpg? Thanks. -- Keith Don Lindberg wrote: Chris, I use Quotes Plus as well, but I also download the Yahoo Fundamental Data once a week using AmiQuote. This gives you the best of both

Re: [Amibroker] Re: Access to fundamental data using QuotesPlus AmiQuote

2006-12-11 Thread Don Lindberg
, how may tickers data are you importing with Amiquote? 6-7000 tickers worth? Guess it would be easy enough to test with a short list and Amiquote. Best regards JOE - Original Message - From: Don Lindberg To: amibroker@yahoogroups.com Sent: Monday, December 11, 2006 11:05 AM Subject

Re: [amibroker] help on a watchlist

2006-12-09 Thread Don Lindberg
the // Parameters button in Auto Analysis Screen. // If you look at how the code is structured I am sure you can make many useful // modifications for your own use. // Enjoy, Don Lindberg EPSRank=GetExtraData(epsrank); QRSRank=GetExtraData(qrs); ROE=GetExtraData(ROE); Qprank = EPSRank+QRSRank+RSI(10) ; Ep

Re: [amibroker] Re: Access to fundamental data using QuotesPlus

2006-12-08 Thread Don Lindberg
Chris, I use Quotes Plus as well, but I also download the Yahoo Fundamental Data once a week using AmiQuote. This gives you the best of both worlds, as you can use both GetFnData AND GetExtraData functions. Don Lindberg ---Original Message--- From: trb0428 Date: 12/08/06 11:03:41

Re: [amibroker] Re: Open All Stocks in a watchlist in new windows.

2006-12-04 Thread Don Lindberg
are not On your own. Best recommendation I can give you is to go through EVERY page of the users manual, absorb what you can, then try to program some of your ideas. If they don't work, post a question here. Good Luck, Don Lindberg ---Original Message--- From: mytakeismine Date: 12/1

[amibroker] A puzzling problem.

2006-12-04 Thread Don Lindberg
( O, sym,O,7); AddToComposite( H, sym,H,7); AddToComposite( C, sym,C,7); AddToComposite( V, sym, V,7); Thanks in Advance, Don Lindberg } Buy=Sell=Short=Cover=0; Filter=1;

Re: [amibroker] Trading Basis

2006-12-01 Thread Don Lindberg
, the support is Par Excellent. I always get very quick answers to my questions and many times coding tips to do something I am trying to do. Thomas (the owner) even created the Guppy Moving Average chart at my request! I would highly recommend this program as a great addition to AmiBroker. Don

Re: [amibroker] Re: Open All Stocks in a watchlist in new windows.

2006-12-01 Thread Don Lindberg
change to Filter=Close 15 Filter=1; AddColumn(O,Open); AddColumn(H,High); AddColumn(L,Low); AddColumn(C,Close); AddColumn(V,Volume,1.0); AddColumn(OI,Open Interest,1.0); Hope this helped. Feel free to ask me for further info. Don Lindberg ---Original Message--- From

Re: [amibroker] Trading Basis

2006-12-01 Thread Don Lindberg
Bruce, Yes, the AFL's are visible AND modifiable! Don Lindberg ---Original Message--- From: Bruce Hawkins Date: 12/01/06 13:04:58 To: amibroker@yahoogroups.com Subject: Re: [amibroker] Trading Basis Thanks for all of the replies. Are the actual AFL's able to be looked

  1   2   >