Stock market price forecasting
显示 更早的评论
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 个评论
José-Luis
2014-1-15
If I had reliable code for that, I'd be rich.
回答(1 个)
Artyom
2014-1-15
Here you are:
if C(t+1)-C(t)>0
buy
else
sell
end
类别
在 帮助中心 和 File Exchange 中查找有关 Financial Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!