Stock market price forecasting
Show older comments
I am new to matlab and i want a code for stock market price forecasting can any body please help me with a code
1 Comment
José-Luis
on 15 Jan 2014
If I had reliable code for that, I'd be rich.
Answers (1)
Artyom
on 15 Jan 2014
Here you are:
if C(t+1)-C(t)>0
buy
else
sell
end
Categories
Find more on Financial Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!