Search found 4 matches
- Mon Dec 10, 2012 11:30 am
- Forum: Programming
- Topic: Loop with changing index inside
- Replies: 1
- Views: 2356
Loop with changing index inside
Hi, I am trying to run this loop where a counter inside the loop is changing values for the columns in the matrix. But I am having no luck, the code loops through "FXAUS FXBRZ FXCAN FXCHI" but it doesn't change to the next column in the matrix. So "j" doesn't change from 1 to 2, ...
- Sun Nov 18, 2012 10:44 am
- Forum: Estimation
- Topic: Filter Loop
- Replies: 1
- Views: 2353
Filter Loop
Why can't I loop through a filter? What am I doing wrong?
for !j=1 to 100
var.bpf(type=cfasym,low=20,high=21+!j,iorder=0,detrend=t,W=CCFX1) bpfilter1
next
Thank you.
for !j=1 to 100
var.bpf(type=cfasym,low=20,high=21+!j,iorder=0,detrend=t,W=CCFX1) bpfilter1
next
Thank you.
- Mon Oct 29, 2012 6:07 pm
- Forum: Data Manipulation
- Topic: Loading High Frequency data
- Replies: 3
- Views: 4497
Re: Loading High Frequency data
Sorry, I had to shrink it to meet the 2KB limit. Should be attach now. Thank you again. The file extends to the end of the year, so 12/31/2011.
- Mon Oct 29, 2012 4:46 pm
- Forum: Data Manipulation
- Topic: Loading High Frequency data
- Replies: 3
- Views: 4497
Loading High Frequency data
I am trying to load this HFT 1 min data into eviews. I am loading it as an unstructured dataset and trying to create date_time variable which then I could use the pagestruct command to make the workfile a timeseries. So far I have been able to load the data but havent been able to make it time serie...
