Hi
Many of you know about this development Kit and how it is used to develop a Plugin.
My first question revolves around GetQuotesEx and GetQuotes function. Does this function get called only for the ticker that is currently being viewed or is it called for all tickers in the Amibroker.
Second question revolves around supplying data in this function. In the like AmiQuote example shown in ADK, it uses different CSV (TXT) for each ticker. Whenever it gets called, it opens up the file, loads data and sends it.
Due to certain constraints, I want to only one file for all the tickers and naturally ticker name will be part of the line. What is the most efficient way to do it? What I mean is that ticks get stored in one file and data gets pushed into Ami ...
Currently I use COM interface which works very well using only two files for all symbols, so this question is to understand the ADK better.
Many of you know about this development Kit and how it is used to develop a Plugin.
My first question revolves around GetQuotesEx and GetQuotes function. Does this function get called only for the ticker that is currently being viewed or is it called for all tickers in the Amibroker.
Second question revolves around supplying data in this function. In the like AmiQuote example shown in ADK, it uses different CSV (TXT) for each ticker. Whenever it gets called, it opens up the file, loads data and sends it.
Due to certain constraints, I want to only one file for all the tickers and naturally ticker name will be part of the line. What is the most efficient way to do it? What I mean is that ticks get stored in one file and data gets pushed into Ami ...
Currently I use COM interface which works very well using only two files for all symbols, so this question is to understand the ADK better.