[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Ping Paul Ho---Re: Import Data into OI field?



PureBytes Links

Trading Reference Links

Paul:
 
Thanks.  I reloaded 5.10, tried it, and nothing.
I loaded the new 5.14, but then also made an exploration out of the code, ran the explore, then the Scan, and it worked.  Did not have to Refresh after changing the OI back to zero, then into the C, then back.
Too many changes at once, but perhaps the new version fixed something.  No, I reloaded 5.13 and it worked also.  I did not get a COM object error as you stated.
 
Pretty nice.  Just what I need (I think).  Now to try it on something more complicated.
 
Ken


From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Paul Ho
Sent: Thursday, July 03, 2008 9:10 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Ping Paul Ho---Re: Import Data into OI field?

Ken
I presume you are using the latest version of AB.
I have just tried it myself and I have come back with a COM object error
run it in previous version and is working fine.
Can you try it on an old version of AB, if you have the same result. It is time to call on Tomasz to fix it.
 


From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Ken Close
Sent: Friday, 4 July 2008 2:17 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Ping Paul Ho---Re: Import Data into OI field?

Paul:

I tried the code you shared below to see if I could stick the
"Ranking=C" value into the OI filed of a single symbol, and I got
nothing. I ran Scan over a short date range, clicked "Refresh All",
and then looked in the Quote Editor for the change, but none was there.

What needs to be done to make this work?
Can the COM OBJECT application be put onto the end of an AFL file
(which generates the Ranking value), and still be expected to work?

Need help. Thanks for any suggestions.
Ken

--- In amibroker@xxxxxxxxxps.com, "Paul Ho" <paultsho@xx.> wrote:
>
> Bob
> You can't do it in Amiquote or fget, but you can do it with COM objects.
> The following example gives you a means
> Ranking = C; // replace this with something you want to store
> ab = createobject("broker.Application");
> target = ab.Stocks(name());
> qts = target.Quotations;
> for(i = 0; i < Barcount; i++)
> {
> qt = qts.Item(i);
> qt.OpenInt = Ranking[i];
> }
> buy = sell = 0;
>
> Run scan over tickers that you want. and Remember to refresh all to
see the
> changes
> It is very important to know that AB does not detect the OI field for
> changes, so if there is no other changes in your database, pressing save
> doesnt save your changes in OI (at least that was the case in the
past), To
> force save, choose save database as, or make some sure there are
some other
> changes in your database and press save. Otherwise, the OI fields
would be
> blank next time you open it.
> Good luck.
>
>
>
> _____
>
> From: amibroker@xxxxxxxxxps.com [mailto:amibroker@xxxxxxxxxps.com]
On Behalf
> Of bjagow@xxx
> Sent: Friday, 21 March 2008 10:38 AM
> To: amibroker@xxxxxxxxxps.com
> Subject: [amibroker] Import Data into OI field?
>
>
>
>
>
> Although I understand that additional AB data arrays [and means of
> populating them] are planned for the future, I'd like to store a weekly
> value into the OI field.of existing tickers.
>
> Any way to do this with AmiQuote?
> If not, how about with fget, etc?
>
> TIA,
> Bob
>

__._,_.___

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___