Technical Analysis Using MATLAB Using Financial Time Series v3
Technical Analysis Using MATLAB Using Financial Time Series v3
Caution
MATLAB is case sensitive
http://in.mathworks.com/help/matlab/ref/csvr
ead.html
Inputting Data
.dat are tab delimited data which can be saved using
excel txt save
myinc = ascii2fts('input.dat');
An alternative is the load command to bring all
variables from a file into the current variables
ASCII2FTS is an important conversion function
http://in.mathworks.com/help/finance/ascii2fts.ht
ml
http://in.mathworks.com/help/finance/technical-an
Code Part 1
Use GUI to import the FTS
csvwrite('csvlist.dat',input)
http://in.mathworks.com/help/matlab/ref/if.html
Saving output
http://in.mathworks.com/help/matlab/ref/csvw
rite.html
[input_Mid,input_Uppr,input_Lowr]=
bollinger(candle);
tsmat = fts2mat(tsobj)
Tasks
candle excel sheet
Bollinger code
3d plotting
Candle Sticks
Body nature
DOJI
HAMMER
HANGING MAN
Inverted Hammer
Shooting star
http://in.mathworks.com/help/finance/candle.
html;jsessionid=12076760ee3791f11ef00890ed8e
3D Charts
PV FV
Portfolio Toolboxx
Regression
Fixed income standards
Mesh