Search found 45 matches

by kszynkar
Thu Oct 19, 2017 10:51 pm
Forum: Bug Reports
Topic: Database Error: Bloomberg library error: 'String was not recognized as a valid DateTime.'
Replies: 6
Views: 7025

Re: Database Error: Bloomberg library error: 'String was not recognized as a valid DateTime.'

so far so good. The error before was a bit random/inconsistent.

Thanks for the help
by kszynkar
Thu Sep 28, 2017 4:12 am
Forum: Bug Reports
Topic: Database Error: Bloomberg library error: 'String was not recognized as a valid DateTime.'
Replies: 6
Views: 7025

Database Error: Bloomberg library error: 'String was not recognized as a valid DateTime.'

Hi, I have the following code that ran in a program, and in a workfile page with a quarterly frequency: dbopen(type=bloom) Index close Index pageselect Quarterly fetch RAPTUSME Previously it ran correctly, but now it generates the following error: Database Error: Bloomberg library error: 'String was...
by kszynkar
Tue Jul 26, 2016 3:25 am
Forum: Models
Topic: Forecasting with Jagged Range Historically
Replies: 1
Views: 5773

Forecasting with Jagged Range Historically

Hi, I have a model with a few series in it. The release datetime of each series doesn't line up for each month, so the set of series is "jagged". I have the release datetimes for each data series in another series. I would like to be able to forecast as of any date using a program, but don...
by kszynkar
Fri Jul 15, 2016 7:31 am
Forum: Data Manipulation
Topic: Excel Add-in "Get Data" Function
Replies: 1
Views: 3037

Excel Add-in "Get Data" Function

Hi, I'm using the "Get Data" function to export data out of EViews into an Excel sheet. The data comes out with the dates and series in columns (ie. A1:B100), but I would like for the data to be imported into Excel transposed (ie. A1:AV2). Is there a way to do this directly rather than tra...
by kszynkar
Fri Jun 24, 2016 10:20 am
Forum: Estimation
Topic: Johansen Cointegration Test Coefficents vs. OLS Coefficients
Replies: 3
Views: 4352

Re: Johansen Cointegration Test Coefficents vs. OLS Coeffici

Does my question make sense, or should I provide more details?
by kszynkar
Thu Jun 23, 2016 1:26 am
Forum: Estimation
Topic: Johansen Cointegration Test Coefficents vs. OLS Coefficients
Replies: 3
Views: 4352

Johansen Cointegration Test Coefficents vs. OLS Coefficients

Hi,

This is probably a silly question, but I have two series that are cointegrated. When I run the cointegration test, the Johansen normalized cointegrating coefficients are different from the coefficients I get using an OLS. Shouldn't these be the same?


Thanks
by kszynkar
Fri May 13, 2016 2:16 am
Forum: Programming
Topic: Accessing Non-Series Objects from Different Pages
Replies: 1
Views: 2521

Accessing Non-Series Objects from Different Pages

Hi,

Is there a way to access a non-series object from another page in a program. I would like to use the:

Code: Select all

page\series


syntax for scalars and vectors, but it doesn't work. Is there a way?

Thanks
by kszynkar
Wed May 11, 2016 4:55 am
Forum: Data Manipulation
Topic: Bloomberg Live Price/Value
Replies: 1
Views: 2848

Bloomberg Live Price/Value

Hi,
I was wondering if it's possible to get a single live value from Bloomberg. Currently, using "fetch" I would get the whole time series.
by kszynkar
Thu May 05, 2016 11:20 pm
Forum: Programming
Topic: Compare two times
Replies: 2
Views: 3221

Re: Compare two times

I needed to test it to the minute at least, but can use this way. Thanks
by kszynkar
Thu May 05, 2016 11:19 pm
Forum: Programming
Topic: How to Make a Group in a Pool, not a Group object
Replies: 3
Views: 3601

Re: How to Make a Group in a Pool, not a Group object

ahh, thanks Glenn
by kszynkar
Thu May 05, 2016 7:09 am
Forum: Programming
Topic: Compare two times
Replies: 2
Views: 3221

Compare two times

Hi,

I was wondering how to compare two times. I would like to do something similar to:

Code: Select all

if @dateval("17:00")<@now then
by kszynkar
Tue May 03, 2016 4:44 am
Forum: Programming
Topic: How to Make a Group in a Pool, not a Group object
Replies: 3
Views: 3601

Re: How to Make a Group in a Pool, not a Group object

Is there any way to do this? I still haven't found a way.
by kszynkar
Mon Apr 25, 2016 12:41 am
Forum: Estimation
Topic: Multiple Models for Different Time Length (Model Switching)
Replies: 6
Views: 5991

Re: Multiple Models for Different Time Length (Model Switchi

I ended up using a VEC for what it's worth. Thanks for the help

Go to advanced search