Hello, A new AmiQuote 1.81 has been just released. You can download it from: http://www.amibroker.com/bin/aq1810.exe WHAT'S NEW IN VERSION 1.81? a.. Additional...
In AQ 1.81 there are two pull down calendars to set the From and To dates. Each calendar has a forward and backward arrow. When I click on an arrow, the...
Does not work for all data suppliers, but OK for those that it should. ... From: Rik Rasmussen To: Amiquote Sent: Thursday, November 03, 2005 5:22 PM Subject:...
In my case, it works for Yahoo Historical where it should but not for Yahoo Current where it should not. Doesn't yours work that way? ... From: Rik Rasmussen ...
The pull down works as you say, but what I am talking about is the right/left arrows on each side of the month-year at the top of the calendar. You only get...
When the calendar is visible the right/left arrows closes the calendar and changes the month by one. Isn't the month changing for you? ... From: Rik Rasmussen...
Yes it does. So, I guess I was expecting something different, like being able to step through the months, but now that you have pointed out what is happening,...
Actually, I think the calendar is supposed to stay "up" after the arrow is clicked. d _____ From: amiquote@yahoogroups.com [mailto:amiquote@yahoogroups.com] On...
That is the behavior I was expecting, but it doesn't. Rik ... From: amiquote@yahoogroups.com [mailto:amiquote@yahoogroups.com]On Behalf Of dingo Sent:...
If you click on the name of the month or year you can choose any month or year. The calendar closes only when the arrows or calendar body or any non-calendar...
Notify support for your registration Key. ... From: "theoldchartreader" <theoldchartreader@...> To: <amiquote@yahoogroups.com> Sent: Friday, December 09,...
Hello, Recently, I have encountered negative volume on some days for ^DJI, ^GSPC and ^IXIC (Dow, S&P and Nasdaq)with EOD Historical Yahoo downloads. Actual...
Hi jnk1997, Sunday, December 18, 2005, 7:25:28 AM, you wrote: j> Hello, j> Recently, I have encountered negative volume on some days for ^DJI, j> ^GSPC and...
I wonder if it would be possible for TJ to declare Volume as type Double or Long Double. Wouldn't that allow it to hold 8 bytes ( 64 bits )? I have noticed...
Hello, It is not about 32 bit vs 64 bit but rather integer 32 bit vs floating point 32 bit. Currently volume field is integer but it will be moved to floating...
Hi Tomasz, Thanks for clarifying that. I was a guest of the brokerage firm known then as PaineWebber, on the floor of the NYSE, on September 8, 1987. If I...
Problem occurs because AB Volume field is held as integer. AFAIK it has been on the suggestion list for a long while to have this changed to long float. Until...
Is it possible to provide a script that will correct the volume data? It only affects Indexes on Yahoo with a ^ before the ticker. If this is not possible,...
Because the values are simply too large for the field, the only way to "correct" the problem is to divide by 1000 (or more) so the values will "fit" into a 32...
Hello, Yes it is possible to do that automatically. Open aqh.format (inside Formats directory) file with NOTEPAD and add the following line $VOLFACTOR 0.001 ...
Thomasz, OK that works fine (I used 0.1). Is there any way to modify my Volume indicator now so that it shows true volume on the chart pane? Thanks Jim ... in...
I use this one: _SECTION_BEGIN("Volume"); Plot( Volume, _DEFAULT_NAME(), IIf( C > O, ParamColor("Up Color", colorGreen ), ParamColor("Down Color", colorRed )...
Hi Tomasz, I made this change successfully, but the results vary. With ^GSPC, it worked fine. 12/19 historical volume (and all historical volume in fact) is...
Hello, Starting from November 2005 BriteFutures stopped delivering historical data. Unfortunatelly we can not do anything about it. If you relied on...
I sure hope TJ is not ingnoring this problem. It will no doubt affect sales of Amibroker, as many appreciate the free data available from Yahoo, myself...
Did you read what I wrote previously? If not - read my 2 posts from Dec 18. Best regards, Tomasz Janeczko amibroker.com ... From: "jnk1997" <jnk1997@...>...