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!