Serving the Quantitative Finance Community

Search found 6 matches

by Argile
August 26th, 2009, 1:28 pm
Forum: Programming and Software Forum
Topic: VBA/Bloomberg extract Intraday data
Replies: 2
Views: 39621

VBA/Bloomberg extract Intraday data

<t>Hi,I would like to extract some Intraday data from Bloomberg with VBAI use this formula to extract all data between two dates.Dim objDataControl As BLP_DATA_CTRLLib.BlpDataSet objDataControl = New BlpData objDataControl.GetHistoricalData "CAC Index", 1, "Last price", "01/01/00", "01/01/09", Resul...
by Argile
April 8th, 2009, 1:59 pm
Forum: Programming and Software Forum
Topic: Bloomber and Excel
Replies: 3
Views: 41543

Bloomber and Excel

I've only the last data point (for Bollinger)It's not possible to extract a historic?
by Argile
April 8th, 2009, 1:28 pm
Forum: Programming and Software Forum
Topic: Bloomber and Excel
Replies: 3
Views: 41543

Bloomber and Excel

Hi, It's possible to extract some "GEG" command?For example, I would like to extract Bollinger data point of SPX Index directly from Excel between 01/01/1995 and 01/01/2009.I don't find this command in "WAPI <GO>"Thank
by Argile
March 27th, 2009, 10:00 am
Forum: Numerical Methods Forum
Topic: Garch with Newmat10 - C++
Replies: 1
Views: 42054

Garch with Newmat10 - C++

<t>Hi,I use Newmat librairie to compute Garch coefficient.But I've a question: in "garch.cpp" what is the difference between X and Y vectors ? We can read in the file: "// Y contains the dependant variable, X the predictor variable" but I don't understant"Y" is daily yields of my asset? And "X" the ...
by Argile
March 6th, 2009, 2:23 pm
Forum: Programming and Software Forum
Topic: DLL not Found (in VB)
Replies: 3
Views: 42489

DLL not Found (in VB)

<t>Hi,I've C++ functions stocked in a DLLWhen I launch my Excel Application (where Visual Studio is not installed) , Visual Basic doesn't found the DLL... I don't understand why, because the adresse is good.It's because Visual Studio is missing? Or I have to do some "secret manipulation" ?Please, he...
by Argile
February 25th, 2009, 7:49 am
Forum: Programming and Software Forum
Topic: Access Bloomberg with C++
Replies: 1
Views: 43156

Access Bloomberg with C++

<t>Hi, I use VBA - Excel to extract Bloomberg's data with the following command: Dim objDataControl As BLP_DATA_CTRLLib.BlpData Set objDataControl = New BlpData objDataControl.GetHistoricalData benches, 1, "Last price", Date - h, Date, Results:=vtresult But I have a question: It's possible to extrac...