You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>> %%%% I WELCOME COLLABORATION %%%%%
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>>
>> help df2fts
DF2FTS(EXPRESSION,FIELD,FROMDATE,TODATE) for historical
DF2FTS(EXPRESSION,FROMDATE) for time series
Gets data from the Bloomberg, calcuates the expression
puts it in a time series, saves the time series for use
with FTSGUI and returns it for use with CHARTFTS
USEAGE:
% not that you'd want to calculate this...
% historical
myfts=df2fts( ...
'exp(2 * GT5 Govt -GT10 Govt - GT2 Govt)', ...
'BidYield',today-40.*365.25,today);
% or time series
myfts=df2fts( ...
'log(2 * GT5 Govt -GT10 Govt - GT2 Govt)', ...
today);
Then you can use
chartfts(myfts);
%or
ftsgui;
% now load myfts"
IT'S NOT FANCY, BUT IT WORKS
see BLOOMBERG/FETCH, FTSGUI, CHARTFTS
Cite As
Michael Robbins (2026). df2fts (https://www.mathworks.com/matlabcentral/fileexchange/3247-df2fts), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.13 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
