Quote from GTS:
Have you seen a computer drive a car on a regular street? Ever wonder why not?
I just read recently they are working on computer that will simulate a mouse brain. After they get that working they will start work on simulating a rat's brain which is seven times more complex. Want to guess how much more complex a human brain is?
As a programming problem, chess is completely different from trading.Quote from trade4succes:
A looong time ago (in computer development time), a computer beat the best human player in chess.
Yes, chess is different in that it has a fixed amount of variables, but aside from qualitative data, the amount of quantitative data that a human being can process for decision taking in short term trading, is not that big either.
In other words, short term human traders, don´t use that much more data than would be available on a chess board anyway.. in my opinion.
Quote from GTS:
As a programming problem, chess is completely different from trading.
Chess has a fixed playing field, fixed inputs and a fixed set of rules. With enough processing power a computer can just apply brute force to look-ahead at every possible move it could make and counter-move its opponent could make in response to determine which is its best next move. Add in some pruning logic and standard openings and you have a world-class computer player.
Trading is nothing like that. There are no hard and fast rules. Many inputs cannot be easily described/input to a program (breaking news). What works one day can fail the next. Simply applying brute force computing power does not insure success for a trading program.