Search found 62 matches
- Thu Jan 21, 2016 4:54 am
- Forum: Programming
- Topic: Using @replace and @word and permutations and combinations
- Replies: 8
- Views: 7781
- Wed Jan 20, 2016 2:22 am
- Forum: Programming
- Topic: Using @replace and @word and permutations and combinations
- Replies: 8
- Views: 7781
Re: Using @replace and @word
Hi Gareth, Thanks for the answer above, I have another question please. When i run the following code (below) I get this error message (Test01@col is not defined or is an illegal command in test01@col(1) = mktrates.@col(val1)+mktrates@col(val3) - (2*mktrates@col(val2)). Why does the second to last l...
- Tue Jan 19, 2016 9:55 am
- Forum: Programming
- Topic: Using @replace and @word and permutations and combinations
- Replies: 8
- Views: 7781
Re: Using @replace and @word and permutations and combinatio
Thank you very much Gareth - just what I wanted.
- Tue Jan 19, 2016 7:21 am
- Forum: Programming
- Topic: Using @replace and @word and permutations and combinations
- Replies: 8
- Views: 7781
Re: Using @replace and @word and permutations and combinatio
HI Gareth, Sorry if i wasn't clear - I shall rephrase. I have time series of interest rates...1Y, 2Y, 3Y, 4Y, 5Y, 6Y, 7Y, 8Y, 9Y,10Y which are in a matrix. So my matrix has 10 columns and multiple rows depending on how far back in time i am looking. Column 1 is the time series for the 1Y rate, colum...
- Tue Jan 19, 2016 5:41 am
- Forum: Programming
- Topic: Using @replace and @word and permutations and combinations
- Replies: 8
- Views: 7781
Re: Using @replace and @word and permutations and combinatio
I just need pointers or pointers to examples for the permutation/combination problem. What i really would appreciate help with is the first part using the @replace and @left/@right functions in eviews.
Thank you in advance!
Thank you in advance!
- Tue Jan 19, 2016 4:44 am
- Forum: Programming
- Topic: Using @replace and @word and permutations and combinations
- Replies: 8
- Views: 7781
Using @replace and @word and permutations and combinations
Hi, I have a number of time series of rates so I have 1Y, 2Y, 3Y out to 10Y. I would like to define some other time series which are three point combinations of the individual rate time series - for example 1Y2Y3Y= 1Y+3Y - (2*2Y). I have a list of some of the three point combinations - so i have str...
- Wed Dec 23, 2015 1:21 am
- Forum: Programming
- Topic: Exporting to excel - formatting issue
- Replies: 10
- Views: 8318
Re: Exporting to excel - formatting issue
And simply copy pasting does not work as it is nolonger a 'link' so it won't update when i update the program file
- Wed Dec 23, 2015 1:15 am
- Forum: Programming
- Topic: Exporting to excel - formatting issue
- Replies: 10
- Views: 8318
Re: Exporting to excel - formatting issue
well originally i did state i was using the addin: Hi Gareth, I am running a program and then I am linking my eviews workfile results to excel using the eviews addin version 8.1 (excel version 2010). The data is always formatted as an excel table and if convert this to a standard range then I lose m...
- Tue Dec 22, 2015 4:42 am
- Forum: Programming
- Topic: fetching data from bloomberg
- Replies: 14
- Views: 11215
Re: fetching data from bloomberg
yes of course, sorry
- Tue Dec 22, 2015 1:46 am
- Forum: Programming
- Topic: Exporting to excel - formatting issue
- Replies: 10
- Views: 8318
Re: Exporting to excel - formatting issue
Hi Gareth, Thanks for your screenshot. Attached is mine (using the eviews Getdata addin), the options are 'import and link' or 'import'.
Thanks.
Thanks.
- Mon Dec 21, 2015 9:15 am
- Forum: Programming
- Topic: Exporting to excel - formatting issue
- Replies: 10
- Views: 8318
Re: Exporting to excel - formatting issue
Hi Gareth,
Thanks for the quick reply. Excel only seems to let me paste as link or simply paste....If I just paste then obviously it is nolonger linked. Do you know whether there are some settings in excel I need to fiddle with?
Thanks!
Thanks for the quick reply. Excel only seems to let me paste as link or simply paste....If I just paste then obviously it is nolonger linked. Do you know whether there are some settings in excel I need to fiddle with?
Thanks!
- Mon Dec 21, 2015 9:14 am
- Forum: Programming
- Topic: fetching data from bloomberg
- Replies: 14
- Views: 11215
N/A fix
HI Gareth/Glenn, I've asked you this before (sorry for asking again)...N/A fixes with data from bloomberg. Sometimes the code work and sometimes it doesn't, is seems my code doesn't clear out an N/A if it appears at the first entry in a series, could you tell me what is wrong with the following plea...
- Mon Dec 21, 2015 2:41 am
- Forum: Programming
- Topic: Exporting to excel - formatting issue
- Replies: 10
- Views: 8318
Re: Exporting to excel - formatting issue
Hi Gareth, I am basically copying and 'pasting as links' some matrices from my eviews workfile into an excel sheet. I am doing this so that I can just run my program every week and then refresh the excel sheet, which will pull in the new results. But when I paste in the results from eviews into exce...
- Fri Dec 18, 2015 7:23 am
- Forum: Programming
- Topic: Exporting to excel - formatting issue
- Replies: 10
- Views: 8318
Exporting to excel - formatting issue
Hi Gareth,
I am running a program and then I am linking my eviews workfile results to excel using the eviews addin version 8.1 (excel version 2010). The data is always formatted as an excel table and if convert this to a standard range then I lose my links. How can I fix this?
Thanks!
I am running a program and then I am linking my eviews workfile results to excel using the eviews addin version 8.1 (excel version 2010). The data is always formatted as an excel table and if convert this to a standard range then I lose my links. How can I fix this?
Thanks!
- Tue Dec 15, 2015 6:08 am
- Forum: Programming
- Topic: how to run multiple program in one program?
- Replies: 34
- Views: 28487
Re: how to run multiple program in one program?
I am restating the problem, in the hope of getting an answer! If i run the following master and child programs it works: Master program: %0 = "P:\documents\test1\usd.wf1" %1 = "31/07/2000" %2 = "15/12/2015" exec "P:\documents\test1\testing.prg" {%0} {%1} {%2} ...
