[amibroker] Re: using ole ticker date

2008-07-01 Thread nickhere
using vb I fiqure it out Dim AB = CreateObject("Broker.Application") Dim ac as object ac = AB.stocks(a.ToString()).Quotations a4 = ac(s2).close a=stock s2= date now i need barnumber Nick --- In amibroker@yahoogroups.com, "dingo" <[EMAIL PROTECTED]> wrote: > > Are

[amibroker] using ole ticker date

2008-07-01 Thread nickhere
I have the ticker and i have date what the best way to pull the close price in ole nick

[amibroker] Re: Visual studio and VB create object

2008-05-30 Thread nickhere
don't believe it? This has > been discussed many times - do some searching. > > d > > > -Original Message- > > From: amibroker@yahoogroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of nickhere > > Sent: Friday, May 30, 2008 6:13 PM > > T

[amibroker] Re: Visual studio and VB create object

2008-05-30 Thread nickhere
; From: amibroker@yahoogroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of nickhere > > Sent: Friday, May 30, 2008 3:59 PM > > To: amibroker@yahoogroups.com > > Subject: [amibroker] Visual studio and VB create object > > > > i am trying to run multiple instance &

[amibroker] Visual studio and VB create object

2008-05-30 Thread nickhere
i am trying to run multiple instance in vb i can do Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim t = New Thread(AddressOf getami) t.Start() end sub Function getami() Dim AB = CreateObject("Brok

[amibroker] Re: Interactive Brokers plugin policy change ameritrade

2008-05-12 Thread nickhere
Finally Tomasz i heard jerry medved (qoutetracker and ameritrade employee said he email you a few time some time back) trying to get you to do it. I was going to do it but lack of time. i would something like amiquote. The api of ameritrade can do 1000 quotes at a time at 8000 ticker it should be f

[amibroker] Re: Keeping variables across AB invocations

2007-12-08 Thread nickhere
st=Status("barinrange"); b=SetForeign("~nick"); if (b==0) { AddToComposite(0 ,"~nick", "X",16); //set composite } Filter=Close>=0; b=SetForeign("~nick"); if (b=1) { for( i = 0; i < BarCount; i++ ) { if (Filter[i]==1 AND st[i]==1) { AB = CreateObject("Broker.Application"); AA = AB.Stocks();

[amibroker] Re: CLOSE value can it be change via a afl scan. if so how i would i do it

2007-12-08 Thread nickhere
L level as well > http://www.amibroker.com/guide/objects.html > And this extra step required protects from doing accidential damage. > > Best regards, > Tomasz Janeczko > amibroker.com > - Original Message - > From: "nickhere" <[EMAIL PROTECTED]> > T

[amibroker] Re: CLOSE value can it be change via a afl scan. if so how i would i do it

2007-12-08 Thread nickhere
--- Original Message - > From: "nickhere" <[EMAIL PROTECTED]> > To: > Sent: Saturday, December 08, 2007 2:39 PM > Subject: [amibroker] CLOSE value can it be change via a afl scan. if so how > i would i do it > > > > if so please show how

[amibroker] CLOSE value can it be change via a afl scan. if so how i would i do it

2007-12-08 Thread nickhere
if so please show how

[amibroker] Re: how do count the number of buys in a system using explore

2007-12-06 Thread nickhere
numBuy = cum(buy); > filter = 1; > addcolumn(numBuy,"",1.0); > // AA settings: n last quotations =1 > > > > > --- In amibroker@yahoogroups.com, "nickhere" wrote: > > > > for example > > buy=(close-open)=1.00; > > this pr

[amibroker] Re: how do count the number of buys in a system using explore

2007-12-05 Thread nickhere
I tried to but couldnt get it to work --- In amibroker@yahoogroups.com, "murthysuresh" <[EMAIL PROTECTED]> wrote: > > why dont u create a static variable and add the counter to it. > > > --- In amibroker@yahoogroups.com, "nickhere" wrote: > >

[amibroker] how do count the number of buys in a system using explore

2007-12-05 Thread nickhere
for example buy=(close-open)=1.00; this produce around 20 buysignal what I want when I run explore column 0 to equal the number in the buy list be it 1 2 ... amd=1 bby=2 bby=3 bby came out twice msft=4 and so on

[amibroker] Create database

2007-05-11 Thread nickhere
is there a com command that can create a new database? like Dim Ami As Object Ami = CreateObject("Broker.Application") ami.createdatabase(yahoo) ami.loaddatabase(yahoo)

[amibroker] somebody code this up

2006-06-14 Thread nickhere
what you losing in the market? check out my new stock pattern idea every day has a pattern correct the pattern can be in binary the following pattern1=Ref(Close,-1) Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/GHeqlB/TM

[amibroker] getting started in creating a system pattern generator

2006-05-03 Thread nickhere
I am posting this because most ppl have no clue how to get started on building a good system. maybe some one can continue on this and post a starter guide in the file section. This is what i would do. Create a pattern a pattern consist of 4 or more binary digits so for a 4 binary pattern a>