Search found 7 matches
- Sun Feb 25, 2018 8:46 pm
- Forum: Programming
- Topic: Program to calculate % returns after a condition is met
- Replies: 0
- Views: 2063
Program to calculate % returns after a condition is met
Hi, In Eviews (9), how do I go about doing the following: 1) I have 3 series (daily frequency): EURUSD, 50DMA, 200DMA 2) My condition is based on the crossing of the 50DMA and the 200DMA so i create a 4th series = 50DMA/200DMA 3) When this 4th series becomes >1 or <1, I would like to calculate subse...
- Sun Sep 06, 2015 11:38 pm
- Forum: Programming
- Topic: Estimating a trimmed mean
- Replies: 8
- Views: 12392
Re: Estimating a trimmed mean
Thanks a lot! Sorry for the delayed response.
group_weights is matrix X, group_mom is matrix Y. do let me know if other information, is there any way i can loop and name?
group_weights is matrix X, group_mom is matrix Y. do let me know if other information, is there any way i can loop and name?
- Wed Sep 02, 2015 1:57 am
- Forum: Programming
- Topic: Estimating a trimmed mean
- Replies: 8
- Views: 12392
Re: Estimating a trimmed mean
Thanks for the reply! Sure I will try my best because I ran into a bit of trouble in R. The main trouble i'm facing is "sorting one row on the basis of another". My workfile essentially would have: 1) matrix (X) of CPI component weights (dimensions [7][299] because I have 7 months of data ...
- Mon Aug 31, 2015 12:47 am
- Forum: Programming
- Topic: Estimating a trimmed mean
- Replies: 8
- Views: 12392
Estimating a trimmed mean
Hi, I would like to estimate a trimmed mean inflation measure and thought whether it was easily doable in EViews rather than R. Essentially what I have to do is this: DATA: 1) Time series of CPI weights 2) Time series of monthly changes of components For each i, I need to: a) sort a row of data (the...
- Thu Jul 09, 2015 8:55 pm
- Forum: Bug Reports
- Topic: Eviews 7 to Eviews 9 error. Partial Load of Object
- Replies: 5
- Views: 5764
Re: Eviews 7 to Eviews 9 error. Partial Load of Object
Thanks guys. I managed to solve it the other way using the white paper on COM automation and inserting the line into my VBA that defaulted to eviews9 over eviews7. I also removed autosearch and now it's as fast as it used to be. Thanks once again!
- Wed Jul 08, 2015 11:05 pm
- Forum: Bug Reports
- Topic: Eviews 7 to Eviews 9 error. Partial Load of Object
- Replies: 5
- Views: 5764
Re: Eviews 7 to Eviews 9 error. Partial Load of Object
I think I found the problem. All my workfiles have equations estimated using eq1.ls(h) When opened in Eviews 9, my guess they automatically change to ARMA ML? When saved and re-run using Eviews9, it is incompatible and hence crashes? "With few exceptions, EViews 9 workfiles are backward compati...
- Wed Jul 08, 2015 8:56 pm
- Forum: Bug Reports
- Topic: Eviews 7 to Eviews 9 error. Partial Load of Object
- Replies: 5
- Views: 5764
Eviews 7 to Eviews 9 error. Partial Load of Object
Hi, I was running my eviews workfiles through an excel macro on eviews 7. I upgraded to Eviews 8 briefly then 9 and now when I open a workfile (most of them actually), I get: 1) EViews7 - A crash ("EViews has stopped working") when opening the workfile on EViews7 followed by a restart of E...
