>
|
Hello,
Sorry, the procedure was for local databases updated via AmiQuote.
When are using plugin -driven EOD source (like QP2 or Premium Data) quotes
are enitrely controlled by external data source, and today's open can only be added
at the level of that source (QP2/PD). As of now, QP2 does not allow updates before session close.
I don't know about PD.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: Herman
To: Tomasz Janeczko
Sent: Monday, October 27, 2008 4:08 PM
Subject: Re[2]: [amibroker] Is it possible to add the RT-Open to an EOD DB?
Thanks Tomasz,
Sorry to be so dense... I should have mentioned that we are using PD and QP EOD data.
Does this mean I have to set up a new AmiQuote dataBase with a separate and custom download procedure?
I am looking for a way that does not require procedural changes, i.e. the code should automatically use the open when it is run during RTH, and not at other times.
Thanks,
herman
Monday, October 27, 2008, 10:50:51 AM, you wrote:
>
|
Hello,
Create format definition file for AmiQuote Current mode (based on aqd.format file inside Formats dir) that uses only first field in downloaded file (i.e. open)
and skips all the rest and use it for import.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: Herman
To: AmiBroker User Group
Sent: Monday, October 27, 2008 3:19 PM
Subject: [amibroker] Is it possible to add the RT-Open to an EOD DB?
I am running an EOD system that uses array functions (like MA()) using the 9:30 AM Open price. I update my data in the evening but when I run the system during the day, I want to have the "most recent" Open price (using GetRTDateForeign() ) included in my calculations. This price normally only becomes available when I update my EOD database.
Is there any simple way to add the open-only to the EOD DB so that, for example, my MA(O,10) would include TODAY's Open price?
Preferable in a way that would be overwritten when the regular EOD update is performed.
TIA,
herman
|
|