Re: [amibroker] Amiquote forum

2007-12-28 Thread Grant Noble
I thought the forum was offline still. Guess most folks do.. Michael.S.G. wrote: > No wonder Amiquote forum doesn't get used. > I join days ago, And still no messages are sent through. > > > > Please note that this group is for discussion between users only. > > To get support from AmiBroker p

[amibroker] Time stamping an array

2007-12-28 Thread Dennis Brown
Hello, Forgive me if it seems like I am restarting a thread out of my original, but the previous thread got badly broken when Yahoo dropped a number of replies, so I thought to try again fresh. I really need a reference ticker of 200k 5 second 24 x 7 bars. I need it as a template to make c

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 C

RE: [amibroker] Custom Selection buttons?

2007-12-28 Thread Jerry Gress
Hello, At: http://www.amibroker.com/video/ then try Customton.html or MenToToolbar.html Jerry Gress Stockton, Ca. -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rome_peace Sent: Thursday, December 27, 2007 2:24 PM To: amibroker@yahoogroups.com

[amibroker] Re: Finding a valuewhen

2007-12-28 Thread cipherscribe
Thanks guys, that solution works really well. Makes good sense too. This stuff clicks into place one piece at a time. Thanks for sharing. --- In amibroker@yahoogroups.com, "cipherscribe" <[EMAIL PROTECTED]> wrote: > > Hi There, > > I'm not sure if I am doing this right, but I am trying to co

Fw: [amibroker] Re: When last bar is completed? - RESEND

2007-12-28 Thread ccie8340tx
Yahoo group sucks...resending .. - Original Message - From: ccie8340tx To: amibroker@yahoogroups.com Sent: Friday, December 28, 2007 5:44 AM Subject: Re: [amibroker] Re: When last bar is completed? Have yo tried timenum() ? U can also try logic like this: Newbar_Started=(timenum()-Ref

[amibroker] Undefined Lists..

2007-12-28 Thread matrix10014
Is it safe to delete the various "Undefined" watchlists that mysteriously are created when I run ATC to create sectors??There are thousands of stocks in the Undefined list TIA Allan

[amibroker] Re: Charting ATC sectors

2007-12-28 Thread matrix10014
Thats exactly what I was after...Thank you so much.. Allan --- In amibroker@yahoogroups.com, JIM WIEHE <[EMAIL PROTECTED]> wrote: > > Maybe this will help, I use this one for what you are asking. If i recall someone was kind enough to post this and something close to it is in that PDF TJ menti

Re: [amibroker] Charting ATC sectors

2007-12-28 Thread JIM WIEHE
Maybe this will help, I use this one for what you are asking. If i recall someone was kind enough to post this and something close to it is in that PDF TJ mentioned. Once you get a handle on the ATC function it can do some really neat stuff (ie market indicators,composites, etc..) and much of

[amibroker] Re: Finding a valuewhen

2007-12-28 Thread gp_sydney
> Buystop = ValueWhen(LLV(L,10),H,1); The specific problem with this statement is that the first parameter for ValueWhen has to resolve to a True or False condition, with anything non-zero being True. As LLV returns a price array, which would generally not have any zeroes in it, every bar will eff

[amibroker] Charting ATC sectors

2007-12-28 Thread matrix10014
Hi all, Looking for a bit of help.I am attempting to use ATC so I can chart the Industry and Sub Industries form Quotes Plus.I know I have to use ATC,but I am clearly doing something wrong as I am creating watchlists that are blank..Tomaz instructed me to read pg 15 in the ATC manual which is

RE: [amibroker] Finding a valuewhen

2007-12-28 Thread Thomas Z.
Hello, maybe the code below makes what you are trying to do: BuyStop = ValueWhen(L == LLV(L,10),H,1); Plot(C, "C", colorLightBlue, 128); Plot(BuyStop, "BuyStop", colorGreen, 1); Kind regards Thomas www.patternexplorer.com From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf O

RE: [amibroker] Re: Anyone using realtime quotes/charting for US STOCKS other than esignal ?

2007-12-28 Thread MarkK
Have to set it for mix of EOD Same as for E-signal MarkK _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of murthysuresh Sent: Friday, December 28, 2007 5:08 PM To: amibroker@yahoogroups.com Subject: [amibroker] Re: Anyone using realtime quotes/charting

[amibroker] Re: Anyone using realtime quotes/charting for US STOCKS other than esignal ?

2007-12-28 Thread murthysuresh
thier realtime feed does not have so much data. i could go only upto 3 months of data. not much use for me anyways. --- In amibroker@yahoogroups.com, "Howard B" <[EMAIL PROTECTED]> wrote: > > Greetings -- > > I am beta testing Quotes Plus realtime feed -- qpFeed. I am not doing > anything fanc

[amibroker] Finding a valuewhen

2007-12-28 Thread cipherscribe
Hi There, I'm not sure if I am doing this right, but I am trying to code into a variable a high value when price drops to it's llv in 10 periods. For example: Buystop = ValueWhen(LLV(L,10),H,1); The only problem with this is that the variable stores the High for the last bar. I need to know the

[amibroker] Amiquote forum

2007-12-28 Thread Michael.S.G.
No wonder Amiquote forum doesn't get used. I join days ago, And still no messages are sent through.

[amibroker] Re: AlertIf and Say - how to run ?

2007-12-28 Thread irek_smaczny
Now, I know. I must add: RequestTimedRefresh (2, False); Most important is FALSE !!! Now everything is ok, even if Amibroker is minimized.

[amibroker] Re: When last bar is completed?

2007-12-28 Thread irek_smaczny
Your example is very very good :-))) THX a lot! Yes, I'm not interested what time is it, but when bar starts. Now from variable "NewPeriod" I know, when in real-time current bar is ended. But I have example (period 1 Hour): At 9:59:50 I know(if any qutations are in last hour), that time to end

Re: [amibroker] need intraday historical data for 3 major index

2007-12-28 Thread Howard B
Greetings -- AN Futures has intraday historical data for major indices for sale. http://www.anfutures.com/data_nq.htm You can find links to other data vendors that might have what you need here: http://www.quantitativetradingsystems.com/resources.html Thanks, Howard On Dec 28, 2007 4:11 AM, a

RE: [amibroker] Re: Anyone using realtime quotes/charting for US STOCKS other than esignal ?

2007-12-28 Thread MarkK
I have been using E-signal for years and finally left them in November Went with IQ-feed.Found them to be nice, and then within 30 days got a notice that they were raising their prices I am running IQ-feed and beta testing QP2 RT right now Comparing the data between the two and find the only

Re: [amibroker] Re: Anyone using realtime quotes/charting for US STOCKS other than esignal ?

2007-12-28 Thread Howard B
Greetings -- I am beta testing Quotes Plus realtime feed -- qpFeed. I am not doing anything fancy, but everything I have tried works well. Their web site states that they will have qpFeed available for everybody in January. http://www.quotes-plus.com/ Thanks, Howard On Dec 28, 2007 6:25 AM,

Re: [amibroker] No back fills on IB 880.5

2007-12-28 Thread Edward Pottasch
anyone alse have this problem that after IB went down today Amibroker keeps backfilling data and throwing out error messages that it can not find historical data? It keeps trying to download data and gets errors messages, then stops, it repeats ... drives me nuts .. rgds, Ed

Re: [amibroker] No back fills on IB 880.5

2007-12-28 Thread Edward Pottasch
IB is starting to become horrible. Getting all kinds of problems lately + downtime

RE: [amibroker] Re: need intraday historical data for 3 major index

2007-12-28 Thread Clement Chin
Thanks for the information. I just want to look for some historical data. The forex data is useful to me. Clement From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bilbo0211 Sent: Friday, December 28, 2007 10:43 PM To: amibroker@yahoogroups.com Subject: [amibroker]

[amibroker] Re: need intraday historical data for 3 major index

2007-12-28 Thread bilbo0211
--- In amibroker@yahoogroups.com, "archstone2003" <[EMAIL PROTECTED]> wrote: > > Does anyone have the intraday data (at least several years' minute > data) for them to be used with Amibroker? > > Please drop me a message if you can help. I would really appreciate it. > I can even consider payi

[amibroker] Re: Vista Transition - Help

2007-12-28 Thread KBGlenn
I was more stupid than the below! Didn't notice I had the "months" view selected and did not have enough data to support the setting. --- In amibroker@yahoogroups.com, "wavemechanic" <[EMAIL PROTECTED]> wrote: > > Unless you have 500 bars loaded the percentile will not plot. Do you have that man

[amibroker] Calculate Composites Problem

2007-12-28 Thread KBGlenn
Recently bought a new laptop with Vista and finally moved existing Amibroker databases over successfully (for the most part) but I am having a problem calculating the AdvIssues() etc. composites. On one database the adv/dec composites will calculate but on another they will not. Any suggestions?

[amibroker] Re: Ranking Positionscore across all symbols

2007-12-28 Thread hoho10015
Hi Thank all of you for your suggestions. I will try by using the examples provided. Happy New Year! --- In amibroker@yahoogroups.com, "Mike" <[EMAIL PROTECTED]> wrote: > > Hi, > > You may find message 114739 helpful, where I offer a code sample that > I believe will help with what you are

[amibroker] Re: Anyone using realtime quotes/charting for US STOCKS other than esignal ?

2007-12-28 Thread onelkm
I recently cancelled e-signal due to bad data - both realtime and end of day data was full of errors. I am now with IQfeed, and so far I am much happier with the quality of the data and with the company which is more responsive to the customer in my opinion. Regards Larry --- In amibroker@yah

Re: [amibroker] Re: When last bar is completed?

2007-12-28 Thread ccie8340tx
Have yo tried timenum() ? U can also try logic like this: Newbar_Started=(timenum()-Ref(timenum(),-1) ) ==100; Cheers,padhu - Original Message - From: irek_smaczny To: amibroker@yahoogroups.com Sent: Friday, December 28, 2007 5:21 AM Subject: [amibroker] Re: When last bar is

[amibroker] Re: When last bar is completed?

2007-12-28 Thread irek_smaczny
I read it in UKB and read about Now(). But how can gat start time for last bar?

[amibroker] need intraday historical data for 3 major index

2007-12-28 Thread archstone2003
Hi, Does anyone have the intraday data (at least several years' minute data) for them to be used with Amibroker? Please drop me a message if you can help. I would really appreciate it. I can even consider paying a small amount for the data. Thank you very much.

[amibroker] Re: Yearly charts

2007-12-28 Thread johncw_97
--- In amibroker@yahoogroups.com, "Abhijit" <[EMAIL PROTECTED]> wrote: > > Hi, > > Can someone suggest how to view charts on yearly basis in Amibroker? > > Is there any AFL, or some setting that needs to be done? > > I am looking for a calendar year (1st January to 31st December). > > Cheers, >