Stock market price forecasting

조회 수: 2 (최근 30일)
RUDRAKSH
RUDRAKSH 2014년 1월 15일
답변: Artyom 2014년 1월 15일
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
José-Luis 2014년 1월 15일
If I had reliable code for that, I'd be rich.

댓글을 달려면 로그인하십시오.

답변 (1개)

Artyom
Artyom 2014년 1월 15일
Here you are:
if C(t+1)-C(t)>0
buy
else
sell
end

카테고리

Help CenterFile Exchange에서 Financial Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by