Jayesh
Jayesh

Reputation: 3951

Examples for Algorithms that can be used for Stock Market Analysis

I was working on a Stock Market Analysis website as a college project.

I was keen on knowing some algorithms which I could potentially use for analysing trends in the stock market.

I would be glad if some one could help.

Upvotes: 2

Views: 2043

Answers (2)

EvilTeach
EvilTeach

Reputation: 28872

The moving average can be used to show general trends over a period of time.

Upvotes: 0

Josh
Josh

Reputation: 142

My Calc professor used to work for a firm that did this. It can't be reliably done, or else wealthy people would do it until it would cease to work, but you can get better than random guessing hopefully. My prof mentioned looking at stocks that had a negative first derivative, but positive second derivative. There are two distributed computing stock predictors that you could look at to see how they work, MoneyBee and Gstock.

Upvotes: 1

Related Questions