PureBytes Links
Trading Reference Links
|
I have tried to send this e-mail though outlook twice but it has not
arrived at the group yet. This happens sometimes so it will show up
two more times on the board eventually. Anyhow.
I don't know about QP3 but I use QP2 and I used Tomasz's SDK to
create my own QP2 plug-in (from his QP2 plug-in example) that returns
Raw Volume, adjusted Price and a split ratio value in the Open
Interest field so that I can reverse adjust the price and adjust the
volume when needed. I can upload this file if you like.
Paul
--- In amibroker@xxxxxxxxxxxxxxx, "William Peters"
<williampeters@xxxx> wrote:
>
> I cant get this to work and i'm not even sure whether it will
supply raw
> data. Maybe someone else can give it a shot.
>
> oQPData = CreateStaticObject("QuotesPlus.Price");
> oQPData.Symbol = Name();
> oQPData.RawData = 1;
> LastClose = oQPData.Close(-1);
> Filter = 1;
> AddColumn( LastClose , "LastClose", 1.3);
>
> Regards,
> William Peters
> www.amitools.com
>
> -----Original Message-----
> From: Chuck Rademacher [mailto:chuck_rademacher@x...]
> Sent: Thursday December 11, 2003 3:33 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Re: Unadjusted Close price in QP3...
>
>
> Jitu,
>
> I've been trying to help a couple of other people solve this
problem. I
> don't have QP3 data, so I can't experiment. Is it possible to have
one set
> of data (with a unique prefix) that would contain the raw data?
>
> Then, you would have "IBM" and "*IBM". The data for "*IBM" could
contain
> the raw prices and you could use a Foreign statement to pick that
> information out of it.
>
> Is it possible to do something like this?
> -----Original Message-----
> From: jtelang [mailto:jtelang@x...]
> Sent: Thursday, December 11, 2003 1:31 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: Unadjusted Close price in QP3...
>
>
> Jayson,
>
> Yes, but if I downloaded it that way, then it's all
> raw data, which screws up the MA calculations. That's
> why I wish to download the adjusted data... I wish
> they had stored the raw data in a separate field...
>
> Alternately, is there a way to get the split information?
> Because may be that would allow me to download raw data
> and calculate adjusted price myself to calculate MA's,
> etc.
>
> Thanks.
>
> Jitu
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> >
> >
> >
> >
> > Jitu,
> > I have not tried it but..... file/database/configure there is an
> option for
> > unadjusted data.
> >
> > Regards,
> > Jayson
> > -----Original Message-----
> > From: jtelang [mailto:jtelang@x...]
> > Sent: Thursday, December 11, 2003 12:34 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] Unadjusted Close price in QP3...
> >
> >
> > Hi,
> >
> > Does anyone know of a way to access unadjusted raw Close
> > price in QP3? I use backadjusted prices when I download
> > the data so MA calculations, etc. stay accurate, but would
> > like to check for the unadjusted Close in my backtests.
> > Is that possible? I went through the list of fields in
> > GetExtraData help but didn't spot anything...
> >
> > Thanks.
> >
> > Jitu
> >
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > 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.
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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.
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|