Search found 3 matches

by EfficientMarketeer
Tue Aug 17, 2010 7:19 am
Forum: Programming
Topic: Save the stats?
Replies: 6
Views: 7085

Re: Save the stats?

Finally figured it out! Thanks again for the help.

Code: Select all

for !horizon=1 to 1000 smpl 0+!horizon 1674+!horizon freeze(mytab) dlftse.stats !jb = mytab(14,2) d mytab next
EM
by EfficientMarketeer
Sat Aug 14, 2010 8:28 am
Forum: Programming
Topic: Save the stats?
Replies: 6
Views: 7085

Re: Save the stats?

Still not getting it I'm afraid. If I start with the following it runs the rolling stats program with no problems, but obviously doesn't store anything for me: for !horizon=1 to 1000 smpl 0+!horizon 1674+!horizon dlftse.stats next However, if I try to add freeze commands etc, as suggested above and ...
by EfficientMarketeer
Fri Aug 13, 2010 3:22 pm
Forum: Programming
Topic: Save the stats?
Replies: 6
Views: 7085

Re: Save the stats?

Hi There, Very new to all this, and I'm trying to do what the OP was trying to do initially, i.e. save descriptive stats (specifically Jarque-Bera) in a series from a rolling window program. I've got the rolling window bit sorted but I'm having trouble saving the stats. How can I do this? Many thank...

Go to advanced search